@IsSPIInterface public interface IGlobalScopeSPI
| Modifier and Type | Method and Description |
|---|---|
void |
onGlobalScopeBegin(IGlobalScope aGlobalScope)
Called after the global scope was started
|
void |
onGlobalScopeEnd(IGlobalScope aGlobalScope)
Called before the global scope is shut down
|
void onGlobalScopeBegin(@Nonnull IGlobalScope aGlobalScope)
aGlobalScope - The global scope object to be used. Never null.void onGlobalScopeEnd(@Nonnull IGlobalScope aGlobalScope)
aGlobalScope - The global scope object to be used. Never null.Copyright © 2014–2017 Philip Helger. All rights reserved.