All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballPlay

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

public class PinballPlay
extends Object
implements ActionListener
Event for when the pinball game is to play the frames.


Constructor Index

 o PinballPlay(Button, Button)
Set up the play and record buttons.

Method Index

 o actionPerformed(ActionEvent)
The play button is pressed.

Constructors

 o PinballPlay
 public PinballPlay(Button play,
                    Button record)
Set up the play and record buttons.

Parameters:
play - the play button.
record - the record button.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
The play button is pressed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index