Interface DialogListener


public interface DialogListener
Interface for listeners who want to know when new Coordinate System was created by the Coorindate System Dialog.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called with the coordinate references system and the dialog status when it was closed.
  • Field Details

  • Method Details

    • dialogActionPerformed

      void dialogActionPerformed(int dialogStatus, CoordinateReferenceSystem crs)
      Called with the coordinate references system and the dialog status when it was closed. If the dialog was canceled, a NULL crs is returned.
      Parameters:
      crs -
      dialogStatus -