Package games.pong.events

Class Summary
BallChangeEvent An event which is fired when the user wants to change the ball image
ComputerPlayersEvent An event which is fired when the user tries to start a computer-only game.
GameResetEvent An event which is fired when the user tries to reset the level.
MoveDownEvent An event which is fired when a Paddle is intended to move down.
MoveUpEvent An event which is fired when a Paddle is intended to be moved up.
OnePlayerEvent An event which is fired when the user tries to start a single-player game.
PaddleChangeEvent An event which is fired when the user wants to change the paddle image
QuitGameEvent An event which is fired when the user tries to quit the game
StartEvent An event which is fired when the user tries to start a game.
TwoPlayerEvent An event which is fired when the user tries to start a two-player game.