jwars.synch
Interface Dynamical
- public interface Dynamical
- By implementing this interface it will be possible to register with a Timer, receiving regular update events.
update
public void update()
- Do whatever might be appropriate. This method will be invoked each frame if the Dynamical is registered with a Timer.
reportStasis
public void reportStasis()
- This method is invoked each frame by a Timer which is paused or suspended. It may be used to adjust the Timer behaviour or otherwise respond to the pause or suspension.