kAWT Version 0.90

de.kawt
Class Closer

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--de.kawt.Closer

public class Closer
extends WindowAdapter


Constructor Summary
Closer(Window win)
           
 
Method Summary
 void windowClosing(WindowEvent e)
          Invoked when the user attempts to close the window from the window's system menu.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Closer

public Closer(Window win)
Method Detail

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

kAWT Version 0.90