All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballRefindFlippers

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

public class PinballRefindFlippers
extends Object
implements ActionListener
Event to refind the flippers.


Constructor Index

 o PinballRefindFlippers(Button)
Set the refind button.

Method Index

 o actionPerformed(ActionEvent)
Refind button is pressed.

Constructors

 o PinballRefindFlippers
 public PinballRefindFlippers(Button find)
Set the refind button.

Parameters:
find - the refind button.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Refind button is pressed. Refind the flippers.


All Packages  Class Hierarchy  This Package  Previous  Next  Index