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.


Variable Index

 o analyze
Analyze thread.
 o exit
The exit system button.
 o frameGrabber
Framegrabber thread.
 o mm
The main menu.
 o post
Post thread.
 o start
The start system button.
 o strategy
Strategy thread.
 o verbose
The video verbose button.

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.

Variables

 o post
 private Post post
Post thread.

 o frameGrabber
 private FrameGrabber frameGrabber
Framegrabber thread.

 o analyze
 private Analyze analyze
Analyze thread.

 o strategy
 private Strategy strategy
Strategy thread.

 o exit
 private Button exit
The exit system button.

 o start
 private Button start
The start system button.

 o verbose
 private Button verbose
The video verbose button.

 o mm
 private MainMenu mm
The main menu.

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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index