|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.realtime.DSS.EventNotice
Elements of an EventList
. Each contains a
reference to a RealTimeThread
and a
scheduled event time.
Field Summary | |
AbsoluteTime |
scheduledTime
The AbsoluteTime at which the event is to be scheduled |
RealtimeThread |
thread
The to be scheduled |
Constructor Summary | |
EventNotice(RealtimeThread thread,
AbsoluteTime scheduledTime)
Constructor. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public RealtimeThread thread
public AbsoluteTime scheduledTime
AbsoluteTime
at which the event is to be scheduled
Constructor Detail |
public EventNotice(RealtimeThread thread, AbsoluteTime scheduledTime)
thread
- The to be scheduled
RealtimeThread
scheduledTime
- The
AbsoluteTime
at which the event is to be scheduledMethod Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |