Package com.helger.web.scope.session
Interface ISessionWebScopeActivationHandler
-
public interface ISessionWebScopeActivationHandlerInterface for session attributes that are notified during session activation.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSessionDidActivate(ISessionWebScope aSessionScope)Invoked after the session was activated.
-
-
-
Method Detail
-
onSessionDidActivate
void onSessionDidActivate(@Nonnull ISessionWebScope aSessionScope)
Invoked after the session was activated.- Parameters:
aSessionScope- The activated session scope. Nevernull.
-
-