Interface SessionListenerManager

    • Method Detail

      • addSessionListener

        void addSessionListener​(SessionListener listener)
        Add a session listener.
        Parameters:
        listener - The SessionListener to add - not null
      • removeSessionListener

        void removeSessionListener​(SessionListener listener)
        Remove a session listener.
        Parameters:
        listener - The SessionListener to remove
      • getSessionListenerProxy

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