|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.adapters.TimerEvent
This class is holds the time and id of a time event in a TimerEventQueue. This object is immutable.
Constructor Summary | |
TimerEvent(java.lang.Object id,
long t)
Constructs a TimeEvent object with time id and time. |
|
TimerEvent(hypercast.adapters.TimerEvent te)
Constructs a new TimeEvent object with a TimeEvent object |
Method Summary | |
long |
getTime()
Returns the time of this time event |
java.lang.Object |
getTimeID()
Returns the time_id of this time event |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimerEvent(java.lang.Object id, long t)
id
- time idt
- time in mspublic TimerEvent(hypercast.adapters.TimerEvent te)
te
- a TimeEvent objectMethod Detail |
public long getTime()
public java.lang.Object getTimeID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |