|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Strategy
A Strategy is a registry/ruleset which allows to identify if a notification is relevant for an EMFObserver.
| Method Summary | |
|---|---|
void |
deregister(EMFObserver observer)
Deregisters and observer. |
Set<EMFObserver> |
getAllObservers()
Returns all observers managed by this strategy. |
Set<EMFObserver> |
getObservers(org.eclipse.emf.common.notify.Notification notification)
Returns the observers which should get notified. |
| Method Detail |
|---|
Set<EMFObserver> getObservers(org.eclipse.emf.common.notify.Notification notification)
observers which should get notified.
notification - the notification
Set<EMFObserver> getAllObservers()
void deregister(EMFObserver observer)
observer - the observer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||