public interface ScopeSubscriber
| Modifier and Type | Method and Description |
|---|---|
void |
enterScope(Scope previous,
Scope next)
The application has entered the
next scope and the
previous scope is no more the current scope. |
void |
exitScope(Scope previous,
Scope next)
The application has left the
previous scope and the
next scope is valid. |