public class AccessRightsEvent extends CAEvent
Channel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_read |
protected boolean |
_write |
source| Constructor and Description |
|---|
AccessRightsEvent(Channel channel,
boolean read,
boolean write)
Constructs an AccessRightEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getReadAccess()
Returns the read access value associated with this event.
|
boolean |
getWriteAccess()
Returns the write access value associated with this event.
|
getSource, toStringpublic AccessRightsEvent(Channel channel, boolean read, boolean write)
channel - the event source.read - the new read access value.write - the new write access value.Copyright © 2004-2020 EPICS. All Rights Reserved.