sdsi.control
Class WindowCloser

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--sdsi.control.WindowCloser

class WindowCloser
extends java.awt.event.WindowAdapter


Field Summary
(package private)  java.awt.Window w
           
 
Constructor Summary
(package private) WindowCloser(java.awt.Window w)
           
 
Method Summary
 void windowClosed(java.awt.event.WindowEvent e)
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

w

java.awt.Window w
Constructor Detail

WindowCloser

WindowCloser(java.awt.Window w)
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Overrides:
windowClosing in class java.awt.event.WindowAdapter

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Overrides:
windowClosed in class java.awt.event.WindowAdapter