Uses of Interface
de.unifreiburg.twodeedoo.world.ISimulationController

Packages that use ISimulationController
de.unifreiburg.twodeedoo.world A world simulator (like DrScheme's world teachpack) for twodeedoo. 
de.unifreiburg.twodeedoo.world.demo Demo world for the twodeedoo world package. 
 

Uses of ISimulationController in de.unifreiburg.twodeedoo.world
 

Classes in de.unifreiburg.twodeedoo.world that implement ISimulationController
 class SimulationControllerAdapter
          Adapt IGameController (from complicated twodeedoo) to ISimulationController from twodeedoo-world.
 

Methods in de.unifreiburg.twodeedoo.world with parameters of type ISimulationController
 void IWorld.onKeyPressed(int keyCode, ISimulationController controller)
          A key has been pressed.
 void IWorld.onKeyReleased(int keyCode, ISimulationController controller)
          A key has been released
 void IWorld.onTick(ISimulationController controller)
          Time has passed.
 

Uses of ISimulationController in de.unifreiburg.twodeedoo.world.demo
 

Methods in de.unifreiburg.twodeedoo.world.demo with parameters of type ISimulationController
 void DemoWorld.onKeyPressed(int keyCode, ISimulationController controller)
           
 void DemoWorld.onKeyReleased(int keyCode, ISimulationController controller)
           
 void DemoWorld.onTick(ISimulationController controller)