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.


Variable Index

 o Qcam
The camera in the system.

Constructor Index

 o PinballExit(Camera)
Setup what to do with the game exits.

Method Index

 o actionPerformed(ActionEvent)
Exit the system.
 o exitSystem()
Exit the system and close up the log file.

Variables

 o Qcam
 protected Camera Qcam
The camera in the system.

Constructors

 o PinballExit
 public PinballExit(Camera Qcam)
Setup what to do with the game exits.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Exit the system.

 o exitSystem
 public void exitSystem()
Exit the system and close up the log file.


All Packages  Class Hierarchy  This Package  Previous  Next  Index