Constructor and Description |
---|
FeatureStrategy() |
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,
org.eclipse.emf.ecore.EStructuralFeature feature)
Registers an observer.
|
public void register(ChangeObserver observer, org.eclipse.emf.ecore.EStructuralFeature feature)
observer
- the observerfeature
- the featurepublic Set<ChangeObserver> getObservers(org.eclipse.emf.common.notify.Notification notification)
observers
which should get notified.getObservers
in interface Strategy
notification
- the notificationStrategy.getObservers(org.eclipse.emf.common.notify.Notification)
public void deregister(ChangeObserver observer)
deregister
in interface Strategy
observer
- the observerStrategy.deregister(ChangeObserver)
public Set<ChangeObserver> getAllObservers()
getAllObservers
in interface Strategy
Strategy.getAllObservers()
Copyright © 2016. All rights reserved.