public class DataModelScopeSubscriber extends java.lang.Object implements ScopeSubscriber
DataModel.| Constructor and Description |
|---|
DataModelScopeSubscriber(DataModel dataModel)
Constructs a new object.
|
| 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. |
public DataModelScopeSubscriber(DataModel dataModel)
dataModel - the data modelpublic void enterScope(Scope previous, Scope next)
next scope and the
previous scope is no more the current scope.enterScope in interface ScopeSubscriberprevious - the old scope.next - The new scope.public void exitScope(Scope previous, Scope next)
previous scope and the
next scope is valid.exitScope in interface ScopeSubscriberprevious - the old scope.next - the new scope.