Package tetris.gui
Interface StatusHandler
public interface StatusHandler
The interface StatusHandler defines the methods to change the status of the Tetris game.
- Version:
- 2.1
- Author:
- Stephan Fischli
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Pauses the game.void
Resumes the game.void
Starts the game.
-
Method Details
-
startGame
void startGame()Starts the game. -
pauseGame
void pauseGame()Pauses the game. -
resumeGame
void resumeGame()Resumes the game.
-