public class TickTimer extends Timer
Modifier | Constructor and Description |
---|---|
protected |
TickTimer(jadex.bridge.service.types.clock.IClock clock,
jadex.bridge.service.types.clock.ITimedObject to)
Create a new timer.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel the timer.
|
void |
setNotificationTime(long time)
Change notification time.
|
java.lang.String |
toString()
Get the string representation.
|
getNotificationTime, getNumber, getTimedObject
protected TickTimer(jadex.bridge.service.types.clock.IClock clock, jadex.bridge.service.types.clock.ITimedObject to)
public void cancel()
public void setNotificationTime(long time)
setNotificationTime
in interface jadex.bridge.service.types.clock.ITimer
setNotificationTime
in class Timer
The
- notification time.public java.lang.String toString()
toString
in class java.lang.Object