Class Exit
java.lang.Object
Exit
- 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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exit
public Exit()
actionPerformed
public void actionPerformed(ActionEvent ae)
- Specified by:
actionPerformed
in interface ActionListener