All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.menuevent.PinballBallLaunch

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

public class PinballBallLaunch
extends Object
implements ActionListener
Event for when the ball is to be launched.


Constructor Index

 o PinballBallLaunch(Button)
Get the launch button.

Method Index

 o actionPerformed(ActionEvent)
Launch button is pressed.
 o launch()
Launch the ball.

Constructors

 o PinballBallLaunch
 public PinballBallLaunch(Button launch)
Get the launch button.

Parameters:
launch - launch button.

Methods

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

 o launch
 public void launch()
Launch the ball.


All Packages  Class Hierarchy  This Package  Previous  Next  Index