@IsSPIInterface public interface ISessionScopeSPI
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionScopeBegin(ISessionScope aSessionScope)
Called after the session scope was started
|
void |
onSessionScopeEnd(ISessionScope aSessionScope)
Called before the session scope is shut down
|
void onSessionScopeBegin(@Nonnull ISessionScope aSessionScope)
aSessionScope - The session scope object to be used. Never null.void onSessionScopeEnd(@Nonnull ISessionScope aSessionScope)
aSessionScope - The session scope object to be used. Never null.Copyright © 2014–2017 Philip Helger. All rights reserved.