Class AccessRightsEvent

  • All Implemented Interfaces:
    Serializable

    public class AccessRightsEvent
    extends CAEvent
    An event which indicates a change in a Channel read and write access properties.
    See Also:
    Channel, Serialized Form
    • Field Detail

      • _read

        protected boolean _read
      • _write

        protected boolean _write
    • Constructor Detail

      • AccessRightsEvent

        public AccessRightsEvent​(Channel channel,
                                 boolean read,
                                 boolean write)
        Constructs an AccessRightEvent object.
        Parameters:
        channel - the event source.
        read - the new read access value.
        write - the new write access value.
    • Method Detail

      • getReadAccess

        public boolean getReadAccess()
        Returns the read access value associated with this event.
      • getWriteAccess

        public boolean getWriteAccess()
        Returns the write access value associated with this event.