All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballBallOut

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

public class PinballBallOut
extends Object
implements ActionListener
Event for when the ball goes out of play.


Constructor Index

 o PinballBallOut(Button)
Get the ball button.

Method Index

 o actionPerformed(ActionEvent)
Ball button is pressed.

Constructors

 o PinballBallOut
 public PinballBallOut(Button ball)
Get the ball button.

Parameters:
ball - ball button.

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index