Class StandardSessionListenerSupport

    • Constructor Detail

      • StandardSessionListenerSupport

        public StandardSessionListenerSupport​(org.apache.maven.wagon.Wagon wagon)
    • Method Detail

      • addSessionListener

        public void addSessionListener​(org.apache.maven.wagon.events.SessionListener sessionListener)
        Description copied from interface: SessionListenerSupport
        Add a SessionListener to be notified
        Specified by:
        addSessionListener in interface SessionListenerSupport
        Parameters:
        sessionListener - The SessionListener to be notified
      • removeSessionListener

        public void removeSessionListener​(org.apache.maven.wagon.events.SessionListener sessionListener)
        Description copied from interface: SessionListenerSupport
        Remove a SessionListener so that it is no longer notified
        Specified by:
        removeSessionListener in interface SessionListenerSupport
        Parameters:
        sessionListener - The SessionListener that should no longer be notified
      • hasSessionListener

        public boolean hasSessionListener​(org.apache.maven.wagon.events.SessionListener sessionListener)
        Description copied from interface: SessionListenerSupport
        Returns whether a SessionListener is already in the collection of SessionListeners to be notified
        Specified by:
        hasSessionListener in interface SessionListenerSupport
        Parameters:
        sessionListener - The SessionListener to look for
        Returns:
        true if the SessionListener is already in the collection of SessionListeners to be notified, otherwise false