swing.addon.event
Class WindowAdapters.ExitApplicationAdapter

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--swing.addon.event.WindowAdapters.ExitApplicationAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowListener
Enclosing class:
WindowAdapters

public static final class WindowAdapters.ExitApplicationAdapter
extends java.awt.event.WindowAdapter


Constructor Summary
WindowAdapters.ExitApplicationAdapter()
           
WindowAdapters.ExitApplicationAdapter(int value)
           
 
Method Summary
 void windowClosing(java.awt.event.WindowEvent e)
           
 
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

WindowAdapters.ExitApplicationAdapter

public WindowAdapters.ExitApplicationAdapter()

WindowAdapters.ExitApplicationAdapter

public WindowAdapters.ExitApplicationAdapter(int value)
Method Detail

windowClosing

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