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