All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballStart

java.lang.Object
   |
   +----pinball.menuevent.PinballStart

public class PinballStart
extends Object
implements ActionListener
Start up the pinball game.


Constructor Index

 o PinballStart(MainMenu, Post, FrameGrabber, Analyze, Strategy, Button)
Set up the event for what happens when the game is started.

Method Index

 o actionPerformed(ActionEvent)
The game is started.
 o start()
Start the game.

Constructors

 o PinballStart
 public PinballStart(MainMenu mm,
                     Post post,
                     FrameGrabber frameGrabber,
                     Analyze analyze,
                     Strategy strategy,
                     Button start)
Set up the event for what happens when the game is started.

Parameters:
mm - window of the program
drawing - draawing thread
analyzeImage - analyze thread
playStrategy - strategy
start - start button

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
The game is started.

 o start
 public void start()
Start the game.


All Packages  Class Hierarchy  This Package  Previous  Next  Index