Class SessionListenerCollection

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection

        org.apache.wicket.util.listener.ListenerCollection.INotifier<T extends Object>
    • Constructor Detail

      • SessionListenerCollection

        public SessionListenerCollection()
    • Method Detail

      • onUnbound

        public void onUnbound​(String sessionId)
        Description copied from interface: ISessionListener
        Informs the listener that session with specific id has been unbound.
        Specified by:
        onUnbound in interface ISessionListener
        Parameters:
        sessionId - the id of the unbound session