rero.util
Class TimerUtil
java.lang.Object
rero.util.TimerUtil
- All Implemented Interfaces:
- Runnable
- public class TimerUtil
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolution
protected long resolution
timers
protected List timers
TimerUtil
public TimerUtil()
setResolution
public void setResolution(long _resolution)
start
public void start()
run
public void run()
- Specified by:
run
in interface Runnable
addTimer
public void addTimer(TimerListener l,
long delay,
int repeat)
addTimer
public void addTimer(TimerListener l,
long delay)
stopTimer
public void stopTimer(TimerListener l)
addTimer
public void addTimer(TimedEvent temp)