Package jadex.platform.service.clock
Class TickTimer
- java.lang.Object
- 
- jadex.platform.service.clock.Timer
- 
- jadex.platform.service.clock.TickTimer
 
 
- 
- All Implemented Interfaces:
- ITimer,- java.io.Serializable
 
 public class TickTimer extends Timer A timer for waiting on clock ticks.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTickTimer(IClock clock, ITimedObject to)Create a new timer.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()Cancel the timer.voidsetNotificationTime(long time)Change notification time.java.lang.StringtoString()Get the string representation.- 
Methods inherited from class jadex.platform.service.clock.TimergetNotificationTime, getNumber, getTimedObject
 
- 
 
- 
- 
- 
Constructor Detail- 
TickTimerprotected TickTimer(IClock clock, ITimedObject to) Create a new timer.
 
- 
 - 
Method Detail- 
cancelpublic void cancel() Cancel the timer.
 - 
setNotificationTimepublic void setNotificationTime(long time) Change notification time.- Specified by:
- setNotificationTimein interface- ITimer
- Overrides:
- setNotificationTimein class- Timer
- Parameters:
- The- notification time.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-