ks.client.gamefactory.timer
Interface ITimerExpired

All Known Implementing Classes:
GameWindow

public interface ITimerExpired

Interface for methods to call when timer has expired.


Method Summary
 void minorTick()
          Every n seconds we can receive notification.
 void timerExpired()
          When timer has expired, this method is invoked.
 

Method Detail

minorTick

public void minorTick()
Every n seconds we can receive notification.


timerExpired

public void timerExpired()
When timer has expired, this method is invoked.