Interface SessionListener

    • Method Detail

      • loggingOut

        void loggingOut​(Session session)
        Called when a Session is about to be 'closed' by calling Session.logout(). At this moment the session is still valid.
        Parameters:
        session - the Session that is about to be 'closed'
      • loggedOut

        void loggedOut​(Session session)
        Called when a Session has been 'closed' by calling Session.logout().
        Parameters:
        session - the Session that has been 'closed'