aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.AbstractAsyncEventHandler

Packages that use AbstractAsyncEventHandler
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
 

Uses of AbstractAsyncEventHandler in javax.realtime
 

Subclasses of AbstractAsyncEventHandler in javax.realtime
 class AsyncEventHandler
           Jamaica Real-Time Specification for Java class AsyncEventHandler.
 class BoundAsyncEventHandler
           Jamaica Real-Time Specification for Java class BoundAsyncEventHandler.
 

Methods in javax.realtime with parameters of type AbstractAsyncEventHandler
 void AsyncEvent.addHandler(AbstractAsyncEventHandler handler)
           addHandler adds a handler to this event.
 boolean AsyncEvent.handledBy(AbstractAsyncEventHandler handler)
          handledBy tests if this event is handled by a given handler.
 void AsyncEvent.removeHandler(AbstractAsyncEventHandler handler)
           removeHandler removes a handler from this event that was previously added by addHandler.
 void AsyncEvent.setHandler(AbstractAsyncEventHandler handler)
           setHandler removes all handlers from the list of handlers for this event and adds the given handler.
 

Constructors in javax.realtime with parameters of type AbstractAsyncEventHandler
OneShotTimer(HighResolutionTime time, AbstractAsyncEventHandler handler)
          Constructor to create an instance with given time and handler.
OneShotTimer(HighResolutionTime start, Clock clock, AbstractAsyncEventHandler handler)
          Constructor to create an instance with given time, clock and handler.
PeriodicTimer(HighResolutionTime start, RelativeTime interval, AbstractAsyncEventHandler handler)
          Constructor to create an instance with given time, interval and handler.
PeriodicTimer(HighResolutionTime start, RelativeTime interval, Clock clock, AbstractAsyncEventHandler handler)
          Constructor to create an instance with given time, interval, clock and handler.
Timer(HighResolutionTime time, Clock clock, AbstractAsyncEventHandler handler)
          Constructor to create a timer with the given time, clock and handler.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.