com.croftsoft.core.gui
Class ExitOnClosingWindowAdapter

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by com.croftsoft.core.gui.ExitOnClosingWindowAdapter
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener

public class ExitOnClosingWindowAdapter
extends WindowAdapter

Version:
1998-11-01
Author:
David Wallace Croft

Constructor Summary
ExitOnClosingWindowAdapter()
           
 
Method Summary
 void windowClosing(WindowEvent windowEvent)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitOnClosingWindowAdapter

public ExitOnClosingWindowAdapter()
Method Detail

windowClosing

public void windowClosing(WindowEvent windowEvent)
Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)