fsmvis.gui
Class WindowHandler

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--fsmvis.gui.WindowHandler
Direct Known Subclasses:
ExitingWindowHandler

public class WindowHandler
extends java.awt.event.WindowAdapter


Field Summary
protected  javax.swing.JFrame j
           
 
Constructor Summary
WindowHandler(javax.swing.JFrame j)
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent we)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

j

protected javax.swing.JFrame j
Constructor Detail

WindowHandler

public WindowHandler(javax.swing.JFrame j)
Method Detail

windowClosing

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