demo.rraBattleScene
Class TimerInterface

java.lang.Object
  |
  +--demo.rraBattleScene.TimerInterface
All Implemented Interfaces:
Timed

class TimerInterface
extends java.lang.Object
implements Timed


Constructor Summary
TimerInterface(int interval)
           
 
Method Summary
 void tick(TimerThread t)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerInterface

public TimerInterface(int interval)
Method Detail

tick

public void tick(TimerThread t)
Specified by:
tick in interface Timed