com.jxml.quick.util.qjmlWizard
Class Wizard.WWindowEventHandler

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--com.jxml.quick.util.qjmlWizard.Wizard.WWindowEventHandler
All Implemented Interfaces:
EventListener, WindowListener
Enclosing class:
Wizard

public class Wizard.WWindowEventHandler
extends WindowAdapter


Constructor Summary
Wizard.WWindowEventHandler()
           
 
Method Summary
 void windowClosing(WindowEvent evt)
           
 
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

Wizard.WWindowEventHandler

public Wizard.WWindowEventHandler()
Method Detail

windowClosing

public void windowClosing(WindowEvent evt)
Overrides:
windowClosing in class WindowAdapter