de.kawt
Class Closer
java.awt.event.WindowAdapter
|
+--de.kawt.Closer
- public class Closer
- extends WindowAdapter
Method Summary |
void |
windowClosing(WindowEvent e)
Invoked when the user attempts to close the window from the window's system menu. |
Closer
public Closer(Window win)
windowClosing
public void windowClosing(WindowEvent e)
- Description copied from interface: WindowListener
- Invoked when the user attempts to close the window from the window's system menu.
- Overrides:
- windowClosing in class WindowAdapter