Class DeleteFromRelationConfirmationDialog.WindowEventHandler
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.WindowEventHandler
-
- All Implemented Interfaces:
WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
- Enclosing class:
- DeleteFromRelationConfirmationDialog
class DeleteFromRelationConfirmationDialog.WindowEventHandler extends WindowAdapter
-
-
Constructor Summary
Constructors Constructor Description WindowEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
windowClosing(WindowEvent e)
void
windowOpened(WindowEvent e)
-
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
-
-
-
-
Constructor Detail
-
WindowEventHandler
WindowEventHandler()
-
-
Method Detail
-
windowClosing
public void windowClosing(WindowEvent e)
- Specified by:
windowClosing
in interfaceWindowListener
- Overrides:
windowClosing
in classWindowAdapter
-
windowOpened
public void windowOpened(WindowEvent e)
- Specified by:
windowOpened
in interfaceWindowListener
- Overrides:
windowOpened
in classWindowAdapter
-
-