simnet
Class SimnetWindow.CustomWindowListener

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bysimnet.SimnetWindow.CustomWindowListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
SimnetWindow

class SimnetWindow.CustomWindowListener
extends java.awt.event.WindowAdapter

Inner class to let us know when we are getting closed


Constructor Summary
(package private) SimnetWindow.CustomWindowListener()
           
 
Method Summary
protected  void finalize()
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimnetWindow.CustomWindowListener

SimnetWindow.CustomWindowListener()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable