de.unifreiburg.twodeedoo.view
Class GameControlAdapter

java.lang.Object
  extended by de.unifreiburg.twodeedoo.view.GameControlAdapter
All Implemented Interfaces:
IGameControlListener

public class GameControlAdapter
extends java.lang.Object
implements IGameControlListener

Default implementation of IGameControlListener which ignores all events.

Author:
anton

Constructor Summary
GameControlAdapter()
           
 
Method Summary
 void quitRequested()
          The game wants the application to quit.
 void restartRequested()
          The game wants the application to restart.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameControlAdapter

public GameControlAdapter()
Method Detail

quitRequested

public void quitRequested()
Description copied from interface: IGameControlListener
The game wants the application to quit.

Specified by:
quitRequested in interface IGameControlListener

restartRequested

public void restartRequested()
Description copied from interface: IGameControlListener
The game wants the application to restart.

Specified by:
restartRequested in interface IGameControlListener