Class Exit

java.lang.Object
  extended byExit
All Implemented Interfaces:
ActionListener, EventListener

public class Exit
extends Object
implements ActionListener

ActionListener class that implements the functions needed to correctly close the program. the methods of this class should never need to be called directly, all calls should come through ActionListeners.


Constructor Summary
Exit()
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exit

public Exit()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener