de.unifreiburg.twodeedoo.view
Interface IGameControlListener

All Known Implementing Classes:
GameControlAdapter

public interface IGameControlListener

Someone who wants to know that a game in a SceneView has requested the game to quit or to restart.

You may want to subclass GameControlAdapter if you don't intend to implement all methods.


Method Summary
 void quitRequested()
          The game wants the application to quit.
 void restartRequested()
          The game wants the application to restart.
 

Method Detail

quitRequested

void quitRequested()
The game wants the application to quit.


restartRequested

void restartRequested()
The game wants the application to restart.