@IsSPIInterface public interface ISessionApplicationScopeSPI
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionApplicationScopeBegin(ISessionApplicationScope aSessionApplicationScope)
Called after the session application scope was started
|
void |
onSessionApplicationScopeEnd(ISessionApplicationScope aSessionApplicationScope)
Called before the session application scope is shut down
|
void onSessionApplicationScopeBegin(@Nonnull ISessionApplicationScope aSessionApplicationScope)
aSessionApplicationScope - The session application scope object to be used. Never
null.void onSessionApplicationScopeEnd(@Nonnull ISessionApplicationScope aSessionApplicationScope)
aSessionApplicationScope - The session application scope object to be used. Never
null.Copyright © 2014–2015 Philip Helger. All rights reserved.