Interface AccessRightsListener

  • All Superinterfaces:
    EventListener

    public interface AccessRightsListener
    extends EventListener
    The listener interface for receiving AccessRightsEvents.
    See Also:
    Channel
    • Method Detail

      • accessRightsChanged

        void accessRightsChanged​(AccessRightsEvent ev)
        This method is called whenever the access rights of the Channel(s), with which the listener is registered, changed.
        Parameters:
        ev - the AccessRightsEvent representing the change.