| Constructor and Description |
|---|
NoStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(ChangeObserver observer)
Deregisters and observer.
|
Set<ChangeObserver> |
getAllObservers()
Returns all observers managed by this strategy.
|
Set<ChangeObserver> |
getObservers(org.eclipse.emf.common.notify.Notification notification)
Returns the
observers which should get notified. |
void |
register(ChangeObserver observer)
Registers an observer.
|
public void register(ChangeObserver observer)
observer - the observerpublic Set<ChangeObserver> getObservers(org.eclipse.emf.common.notify.Notification notification)
observers which should get notified.getObservers in interface Strategynotification - the notificationStrategy.getObservers(org.eclipse.emf.common.notify.Notification)public void deregister(ChangeObserver observer)
deregister in interface Strategyobserver - the observerStrategy.deregister(ChangeObserver)public Set<ChangeObserver> getAllObservers()
getAllObservers in interface StrategyStrategy.getAllObservers()Copyright © 2019. All rights reserved.