Interface SessionListener

  • All Superinterfaces:
    java.util.EventListener

    public interface SessionListener
    extends java.util.EventListener
    Interface for receiving notification events about BasicSession lifecycle changes.

    Created: 2017. 6. 25.

    • Method Detail

      • sessionCreated

        void sessionCreated​(Session session)
        Receives notification that a session has been created.
        Parameters:
        session - the basic session
      • sessionDestroyed

        void sessionDestroyed​(Session session)
        Receives notification that a session is about to be invalidated.
        Parameters:
        session - the basic session