fsmvis.gui
Class ExitingWindowHandler

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--fsmvis.gui.WindowHandler
              |
              +--fsmvis.gui.ExitingWindowHandler

public class ExitingWindowHandler
extends WindowHandler


Fields inherited from class fsmvis.gui.WindowHandler
j
 
Constructor Summary
ExitingWindowHandler(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
 

Constructor Detail

ExitingWindowHandler

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

windowClosing

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