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