| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| gov.aps.jca | |
| gov.aps.jca.event |
| Modifier and Type | Method and Description |
|---|---|
AccessRightsListener[] |
CAJChannel.getAccessRightsListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJChannel.addAccessRightsListener(AccessRightsListener l) |
void |
CAJChannel.removeAccessRightsListener(AccessRightsListener l) |
| Modifier and Type | Method and Description |
|---|---|
abstract AccessRightsListener[] |
Channel.getAccessRightsListeners()
Returns the AccessRightsListeners registered with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Channel.addAccessRightsListener(AccessRightsListener l)
Adds a AccessRightsListener which will be notified of the access rights's changes of this Channel.
|
abstract void |
Channel.removeAccessRightsListener(AccessRightsListener l)
Removes a AccessRightsListener which will be notified of the access rights's changes of this Channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.dispatch(AccessRightsEvent ev,
AccessRightsListener arl) |
void |
LatestMonitorOnlyQueuedEventDispatcher.dispatch(AccessRightsEvent ev,
AccessRightsListener arl) |
void |
EventDispatcher.dispatch(AccessRightsEvent ev,
AccessRightsListener listener) |
void |
DirectEventDispatcher.dispatch(AccessRightsEvent ev,
AccessRightsListener arl) |
void |
AbstractEventDispatcher.dispatch(AccessRightsEvent ev,
AccessRightsListener listener) |
Copyright © 2004-2020 EPICS. All Rights Reserved.