Package hec.map.crs.ui
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
dialogActionPerformed
(int dialogStatus, CoordinateReferenceSystem crs) Called with the coordinate references system and the dialog status when it was closed.
-
Field Details
-
DIALOG_OK
static final int DIALOG_OK- See Also:
-
DIALOG_CANCELED
static final int DIALOG_CANCELED- See Also:
-
-
Method Details
-
dialogActionPerformed
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
-
-