Interface ChannelListenerManager

    • Method Detail

      • addChannelListener

        void addChannelListener​(ChannelListener listener)
        Add a channel listener
        Parameters:
        listener - The ChannelListener to add - not null
      • removeChannelListener

        void removeChannelListener​(ChannelListener listener)
        Remove a channel listener
        Parameters:
        listener - The ChannelListener to remove
      • getChannelListenerProxy

        ChannelListener getChannelListenerProxy()
        Returns:
        A (never null proxy ChannelListener that represents all the currently registered listeners. Any method invocation on the proxy is replicated to the currently registered listeners