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