All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballGameStart

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

public class PinballGameStart
extends Object
implements ActionListener
Event for when the system is to start play.


Constructor Index

 o PinballGameStart(Button)
Get the gameStart button.

Method Index

 o actionPerformed(ActionEvent)
gamestart button is pressed.

Constructors

 o PinballGameStart
 public PinballGameStart(Button gameStart)
Get the gameStart button.

Parameters:
gameStart - gameStart button.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
gamestart button is pressed. Ball is out of play.


All Packages  Class Hierarchy  This Package  Previous  Next  Index