rero.util
public class TimerUtil extends Object implements Runnable
Field Summary | |
---|---|
protected long | resolution |
protected List | timers |
Method Summary | |
---|---|
void | addTimer(TimerListener l, long delay, int repeat) |
void | addTimer(TimerListener l, long delay) |
void | addTimer(TimedEvent temp) |
void | run() |
void | setResolution(long _resolution) |
void | start() |
void | stopTimer(TimerListener l) |