protected class ExecutionComponentFeature.TimerWrapper extends java.lang.Object implements ITimer
| Constructor and Description |
|---|
TimerWrapper(ITimer timer)
Wrap a timer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the timer.
|
boolean |
equals(java.lang.Object obj) |
long |
getNotificationTime()
Get the next notification time.
|
ITimedObject |
getTimedObject()
Get the timed object associated with this timer.
|
int |
hashCode() |
void |
setNotificationTime(long time)
Change notification time.
|
java.lang.String |
toString() |
public TimerWrapper(ITimer timer)
public void cancel()
ITimerpublic long getNotificationTime()
ITimergetNotificationTime in interface ITimerpublic ITimedObject getTimedObject()
ITimergetTimedObject in interface ITimerpublic void setNotificationTime(long time)
ITimersetNotificationTime in interface ITimerpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object