com.planeth.common.timing
Interface ITimeControllable

All Known Implementing Classes:
AbstractGameObject, FlickeringPhColor, GamePanel, RealTimeControl, Timer, WaitTimer

public interface ITimeControllable

Interface for a Time controllable Object

Author:
Andreas Grässer, gal@planet-h.com.
created 03.10.2005

Method Summary
 void pause(boolean pauseState)
          Pauses the ITimeControllable
 

Method Detail

pause

public void pause(boolean pauseState)
Pauses the ITimeControllable

Parameters:
pauseState -