Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncEventHandler
Jamaica Real-Time Specification for Java class
AsyncEventHandler.
|
class |
BoundAsyncEventHandler
Jamaica Real-Time Specification for Java class
BoundAsyncEventHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncEvent.addHandler(AsyncBaseEventHandler handler)
addHandler adds a handler to this event.
|
boolean |
AsyncEvent.handledBy(AsyncBaseEventHandler handler)
handledBy tests if this event is handled by a given handler.
|
void |
AsyncEvent.removeHandler(AsyncBaseEventHandler handler)
removeHandler removes a handler from this event that was
previously added by addHandler.
|
void |
AsyncEvent.setHandler(AsyncBaseEventHandler handler)
setHandler removes all handlers from the list of handlers for
this event and adds the given handler.
|
Constructor and Description |
---|
OneShotTimer(HighResolutionTime time,
AsyncBaseEventHandler handler)
Constructor to create an instance with given time and handler.
|
OneShotTimer(HighResolutionTime start,
Clock clock,
AsyncBaseEventHandler handler)
Constructor to create an instance with given time, clock and
handler.
|
PeriodicTimer(HighResolutionTime start,
RelativeTime interval,
AsyncBaseEventHandler handler)
Constructor to create an instance with given time, interval and
handler.
|
PeriodicTimer(HighResolutionTime start,
RelativeTime interval,
Clock clock,
AsyncBaseEventHandler handler)
Constructor to create an instance with given time, interval,
clock and handler.
|
Timer(HighResolutionTime time,
Clock clock,
AsyncBaseEventHandler handler)
Constructor to create a timer with the given time, clock and
handler.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.