Interface ISessionWebScopeActivationHandler


  • public interface ISessionWebScopeActivationHandler
    Interface for session attributes that are notified during session activation.
    Author:
    Philip Helger
    • Method Detail

      • onSessionDidActivate

        void onSessionDidActivate​(@Nonnull
                                  ISessionWebScope aSessionScope)
        Invoked after the session was activated.
        Parameters:
        aSessionScope - The activated session scope. Never null.