de.unifreiburg.twodeedoo.world
Class SimulationControllerAdapter

java.lang.Object
  extended by de.unifreiburg.twodeedoo.world.SimulationControllerAdapter
All Implemented Interfaces:
ISimulationController

public class SimulationControllerAdapter
extends java.lang.Object
implements ISimulationController

Adapt IGameController (from complicated twodeedoo) to ISimulationController from twodeedoo-world.

Author:
anton

Constructor Summary
SimulationControllerAdapter(IGameController gameController)
          Create adapter from IGameController to ISimulationController
 
Method Summary
 void quit()
          Stop the world and quit intentionally.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationControllerAdapter

public SimulationControllerAdapter(IGameController gameController)
Create adapter from IGameController to ISimulationController

Parameters:
gameController - Wrap this.
Method Detail

quit

public void quit()
Description copied from interface: ISimulationController
Stop the world and quit intentionally.

Specified by:
quit in interface ISimulationController