Package gov.aps.jca.event

Interface Summary
AccessRightsListener The listener interface for receiving AccessRightsEvents.
ConnectionListener The listener interface for receiving ConnectionEvents.
ContextExceptionListener The listener interface for receiving ContextExceptionEvents.
ContextMessageListener The listener interface for receiving ContextMessageEvents.
EventDispatcher  
GetListener The listener interface for receiving GetEvents.
MonitorListener The listener interface for receiving MonitorEvents.
PutListener The listener interface for receiving PutEvents.
 

Class Summary
AbstractEventDispatcher  
AccessRightsEvent An event which indicates a change in a Channel read and write access properties.
CAEvent A marker class for Channel Access events.
ConnectionEvent An event which indicates a change in a Channel connection's state.
ContextExceptionEvent An event which indicates an asynchronous exception in a Context.
ContextMessageEvent An event which indicates an asynchronous message from a Context.
DefaultContextExceptionListener A default implementation for ContextExceptionListener.
DefaultContextMessageListener A default implementation for ContextMessageListener.
DirectEventDispatcher This EventDispatcher will forward all events directly to the listeners.
GetEvent An event which indicates the completion of an asynchronous Get request.
MonitorEvent The listener interface for receiving MonitorEvents.
PutEvent The listener interface for receiving PutEvents.
QueuedEventDispatcher This EventDispatcher uses an internal thread to dispatch events.