|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScopeSubscriber
A listener for scope changes.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void enterScope(Scope previous,
Scope next)
next scope and the
previous scope is no more the current scope.
previous - The old scope.next - The new scope.
void exitScope(Scope previous,
Scope next)
previous scope and the
next scope is valid.
previous - The old scope.next - The new scope.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||