Class DialogWindowListener
java.lang.Object
java.awt.event.WindowAdapter
v1.sulphurapi.structure.custom.dialog.listeners.DialogWindowListener
- All Implemented Interfaces:
WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionDialogWindowListener
(TableCellEditor editor) Listener for handling custom editors using a dialog window. -
Method Summary
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Constructor Details
-
DialogWindowListener
Listener for handling custom editors using a dialog window.
-
-
Method Details
-
windowClosing
- Specified by:
windowClosing
in interfaceWindowListener
- Overrides:
windowClosing
in classWindowAdapter
-