Uses of Class
jgame.JGTimer

Packages that use JGTimer
jgame.impl Package containing platform independent implementation details. 
jgame.platform Contains the platform-dependent JGame classes. 
 

Uses of JGTimer in jgame.impl
 

Methods in jgame.impl with parameters of type JGTimer
 void JGEngineInterface.registerTimer(JGTimer timer)
          Register a timer with the engine, don't call directly.
 void EngineLogic.registerTimer(JGTimer timer)
           
 

Uses of JGTimer in jgame.platform
 

Methods in jgame.platform with parameters of type JGTimer
 void JGEngine.registerTimer(JGTimer timer)