rero.util
Class TimedEvent
java.lang.Object
rero.util.TimedEvent
- public class TimedEvent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listener
protected TimerListener listener
lastTouched
protected long lastTouched
repeats
protected int repeats
waitTime
protected long waitTime
TimedEvent
public TimedEvent(TimerListener _listener)
TimedEvent
public TimedEvent(TimerListener _listener,
long _waitTime)
TimedEvent
public TimedEvent(TimerListener _listener,
long _waitTime,
int _repeats)
getListener
public TimerListener getListener()
finish
public void finish()
isValid
public boolean isValid()
isReady
public boolean isReady()
timerExecute
public void timerExecute()