public interface ScopePublisher
Scope changes.| Modifier and Type | Method and Description |
|---|---|
void |
addScopeSubscriber(ScopeSubscriber subscriber)
Add the given subscriber to the list of known
ScopeSubscribers. |
void |
removeScopeSubscriber(ScopeSubscriber subscriber)
Remove the given subscriber from the list of known
ScopeSubscribers. |
void addScopeSubscriber(ScopeSubscriber subscriber)
ScopeSubscribers.subscriber - The subscriber to add.void removeScopeSubscriber(ScopeSubscriber subscriber)
ScopeSubscribers.subscriber - The subscriber to remove.