public interface Strategy
ChangeObserver
.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. |
Set<ChangeObserver> getObservers(org.eclipse.emf.common.notify.Notification notification)
observers
which should get notified.notification
- the notificationSet<ChangeObserver> getAllObservers()
void deregister(ChangeObserver observer)
observer
- the observerCopyright © 2016. All rights reserved.