org.acm.seguin.ide.command
Class ExitMenuSelection

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.acm.seguin.ide.command.ExitMenuSelection
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener

public class ExitMenuSelection
extends java.awt.event.WindowAdapter
implements java.awt.event.ActionListener

Exits after this menu option is selected

Author:
Chris Seguin

Constructor Summary
ExitMenuSelection()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Exits when this menu items is selected
 void windowClosing(java.awt.event.WindowEvent evt)
          The window is closing
 
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

ExitMenuSelection

public ExitMenuSelection()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Exits when this menu items is selected

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
evt - The triggering event

windowClosing

public void windowClosing(java.awt.event.WindowEvent evt)
The window is closing

Specified by:
windowClosing in interface java.awt.event.WindowListener
Overrides:
windowClosing in class java.awt.event.WindowAdapter
Parameters:
evt - Description of Parameter