swing.addon.event
Class WindowAdapters

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--swing.addon.event.WindowAdapters

public abstract class WindowAdapters
extends java.awt.event.WindowAdapter


Inner Class Summary
static class WindowAdapters.ExitApplicationAdapter
           
 
Constructor Summary
WindowAdapters()
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, 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

public WindowAdapters()