Interface Session.ValueListener

All Known Implementing Classes:
SessionAuthentication
Enclosing interface:
Session

public static interface Session.ValueListener
Listener interface that if implemented by a session attribute value, will be notified of session value events.
  • Method Details

    • onSessionAttributeUpdate

      default void onSessionAttributeUpdate(Session session, String name, Object oldValue, Object newValue)
    • onSessionActivation

      default void onSessionActivation(Session session)
    • onSessionPassivation

      default void onSessionPassivation(Session session)