Uses of Class
com.asdf.common.GameTimerTask

Packages that use GameTimerTask
com.asdf.server Server component of the software. 
 

Uses of GameTimerTask in com.asdf.server
 

Methods in com.asdf.server with parameters of type GameTimerTask
 void GameManager.checkDelete(long id, GameTimerTask task)
          Checks wether a game instance is futile.
 void GameTimer.schedule(GameTimerTask task, long delay)
          Schedules the specified task for execution after the specified delay.
 void GameTimer.schedule(GameTimerTask task, long delay, long period)
          Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.