Package com.helger.web.scope.session
Interface ISessionWebScopePassivationHandler
-
public interface ISessionWebScopePassivationHandlerInterface for session attributes that are notified during session passivation.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSessionWillPassivate(ISessionWebScope aSessionScope)Invoked before the session will be passivated.
-
-
-
Method Detail
-
onSessionWillPassivate
void onSessionWillPassivate(@Nonnull ISessionWebScope aSessionScope)
Invoked before the session will be passivated.- Parameters:
aSessionScope- The passivated session scope. Nevernull.
-
-