Interface Session.LifeCycleListener

Enclosing interface:
Session

public static interface Session.LifeCycleListener
Listener interface that if implemented by a value of an attribute of an enclosing Context at start, will be notified of session lifecycle events.
  • Method Details

    • onSessionIdChanged

      default void onSessionIdChanged(Session session, String oldId)
    • onSessionCreated

      default void onSessionCreated(Session session)
    • onSessionDestroyed

      default void onSessionDestroyed(Session session)