All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballRecord

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

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


Constructor Index

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

Method Index

 o actionPerformed(ActionEvent)
The record button is pressed.

Constructors

 o PinballRecord
 public PinballRecord(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 record button is pressed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index