|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.renesys.raceway.SSF.Entity
|
+--SSF.OS.Timer
|
+--gov.nist.antd.optical.event.monitor.EventHandler.EventTimer
The internal event timer.
| Nested Class Summary |
| Nested classes inherited from class SSF.OS.Timer |
|
| Field Summary | |
(package private) TEventObject |
theEvent
The event that has to be fired. |
(package private) EventReceiver |
theReceiver
The receiver of the event. |
| Fields inherited from class SSF.OS.Timer |
|
| Fields inherited from class com.renesys.raceway.SSF.Entity |
|
| Constructor Summary | |
EventHandler.EventTimer(EventReceiver receiver,
TEventObject event)
Creates an event timer. |
|
| Method Summary | |
void |
callback()
Starts the event receiver. |
| Methods inherited from class SSF.OS.Timer |
cancel, isCancelled, set, set |
| Methods inherited from class com.renesys.raceway.SSF.Entity |
alignment, alignTo, coalignedEntities, inChannels, init, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resumeAll, startAll, startAll, startClient, startClient, startServer, W, Z |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
EventReceiver theReceiver
TEventObject theEvent
| Constructor Detail |
public EventHandler.EventTimer(EventReceiver receiver,
TEventObject event)
receiver - the receiver of the event.event - the event.| Method Detail |
public void callback()
callback in class Timer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||