| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.cas | |
| gov.aps.jca | |
| gov.aps.jca.cas | |
| gov.aps.jca.event |
| Modifier and Type | Method and Description |
|---|---|
ContextMessageListener[] |
CAJContext.getContextMessageListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJContext.addContextMessageListener(ContextMessageListener l) |
void |
CAJContext.removeContextMessageListener(ContextMessageListener l) |
| Modifier and Type | Method and Description |
|---|---|
ContextMessageListener[] |
CAJServerContext.getContextMessageListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJServerContext.addContextMessageListener(ContextMessageListener l) |
void |
CAJServerContext.removeContextMessageListener(ContextMessageListener l) |
| Modifier and Type | Method and Description |
|---|---|
abstract ContextMessageListener[] |
Context.getContextMessageListeners() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Context.addContextMessageListener(ContextMessageListener l)
Add a ContextMessageListener to this context.
|
abstract void |
Context.removeContextMessageListener(ContextMessageListener l)
Removes a ContextMessageListener from this context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ContextMessageListener[] |
ServerContext.getContextMessageListeners() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServerContext.addContextMessageListener(ContextMessageListener l)
Add a ContextMessageListener to this context.
|
abstract void |
ServerContext.removeContextMessageListener(ContextMessageListener l)
Removes a ContextMessageListener from this context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContextMessageListener
A default implementation for ContextMessageListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.dispatch(ContextMessageEvent ev,
ContextMessageListener cml) |
void |
LatestMonitorOnlyQueuedEventDispatcher.dispatch(ContextMessageEvent ev,
ContextMessageListener cml) |
void |
EventDispatcher.dispatch(ContextMessageEvent ev,
ContextMessageListener listener) |
void |
DirectEventDispatcher.dispatch(ContextMessageEvent ev,
ContextMessageListener cml) |
void |
AbstractEventDispatcher.dispatch(ContextMessageEvent ev,
ContextMessageListener listener) |
Copyright © 2004-2020 EPICS. All Rights Reserved.