| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
| ContextVirtualCircuitExceptionEvent |
An event which indicates an virtual circuit exception in 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.
|
| LatestMonitorOnlyQueuedEventDispatcher |
This EventDispatcher uses an internal thread to dispatch events and overrides older (obsolete) monitor values.
|
| MonitorEvent |
The listener interface for receiving MonitorEvents.
|
| PutEvent |
The listener interface for receiving PutEvents.
|
| QueuedEventDispatcher |
This EventDispatcher uses an internal thread to dispatch events.
|
| SynchronizedLimitedInt |
Limited sync int var.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.