All Packages Class Hierarchy This Package Previous Next Index
Class pinball.menuevent.PinballExit
java.lang.Object
|
+----pinball.menuevent.PinballExit
- public class PinballExit
- extends Object
- implements ActionListener
The event to take place for when the pinball game exits.
-
PinballExit()
- Setup what to do with the game exits.
-
actionPerformed(ActionEvent)
- Exit the system.
-
exitSystem()
-
PinballExit
public PinballExit()
- Setup what to do with the game exits.
actionPerformed
public void actionPerformed(ActionEvent e)
- Exit the system.
exitSystem
public void exitSystem()
All Packages Class Hierarchy This Package Previous Next Index