@IsSPIInterface public interface IApplicationScopeSPI
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationScopeBegin(IApplicationScope aApplicationScope)
Called after the application scope was started
|
void |
onApplicationScopeEnd(IApplicationScope aApplicationScope)
Called before the application scope is shut down
|
void onApplicationScopeBegin(@Nonnull IApplicationScope aApplicationScope)
aApplicationScope - The application scope object to be used. Never null.void onApplicationScopeEnd(@Nonnull IApplicationScope aApplicationScope)
aApplicationScope - The application scope object to be used. Never null.Copyright © 2014–2017 Philip Helger. All rights reserved.