|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EMFObserver | |
---|---|
org.eclipse.emf.ecp.changebroker.internal | |
org.eclipse.emf.ecp.changebroker.spi |
Uses of EMFObserver in org.eclipse.emf.ecp.changebroker.internal |
---|
Methods in org.eclipse.emf.ecp.changebroker.internal that return types with arguments of type EMFObserver | |
---|---|
Set<EMFObserver> |
Strategy.getAllObservers()
Returns all observers managed by this strategy. |
Set<EMFObserver> |
EClassStrategy.getAllObservers()
Returns all observers managed by this strategy. |
Set<EMFObserver> |
FeatureStrategy.getAllObservers()
Returns all observers managed by this strategy. |
Set<EMFObserver> |
NoStrategy.getAllObservers()
Returns all observers managed by this strategy. |
Set<EMFObserver> |
ContainingEClassStrategy.getAllObservers()
Returns all observers managed by this strategy. |
Set<EMFObserver> |
Strategy.getObservers(org.eclipse.emf.common.notify.Notification notification)
Returns the observers which should get notified. |
Set<EMFObserver> |
EClassStrategy.getObservers(org.eclipse.emf.common.notify.Notification notification)
Returns the observers which should get notified. |
Set<EMFObserver> |
FeatureStrategy.getObservers(org.eclipse.emf.common.notify.Notification notification)
Returns the observers which should get notified. |
Set<EMFObserver> |
NoStrategy.getObservers(org.eclipse.emf.common.notify.Notification notification)
Returns the observers which should get notified. |
Set<EMFObserver> |
ContainingEClassStrategy.getObservers(org.eclipse.emf.common.notify.Notification notification)
|
Set<EMFObserver> |
ChangeBrokerImpl.getRegisteredObservers()
For testing purposes. |
Methods in org.eclipse.emf.ecp.changebroker.internal with parameters of type EMFObserver | |
---|---|
void |
Strategy.deregister(EMFObserver observer)
Deregisters and observer. |
void |
EClassStrategy.deregister(EMFObserver observer)
Deregisters and observer. |
void |
FeatureStrategy.deregister(EMFObserver observer)
Deregisters and observer. |
void |
NoStrategy.deregister(EMFObserver observer)
Deregisters and observer. |
void |
ContainingEClassStrategy.deregister(EMFObserver observer)
Deregisters and observer. |
void |
NoStrategy.register(EMFObserver observer)
Registers an observer. |
void |
EClassStrategy.register(EMFObserver observer,
org.eclipse.emf.ecore.EClass eClass)
Registers an observer. |
void |
ContainingEClassStrategy.register(EMFObserver observer,
org.eclipse.emf.ecore.EClass eClass)
Registers an observer. |
void |
FeatureStrategy.register(EMFObserver observer,
org.eclipse.emf.ecore.EStructuralFeature feature)
Registers an observer. |
void |
ChangeBrokerImpl.subscribe(EMFObserver observer)
Adds an EMFObserver that will receive all notifications. |
void |
ChangeBrokerImpl.subscribeToEClass(EMFObserver observer,
org.eclipse.emf.ecore.EClass eClass)
Adds an EMFObserver that will receive notifications of notifiers with the given EClass. |
void |
ChangeBrokerImpl.subscribeToFeature(EMFObserver observer,
org.eclipse.emf.ecore.EStructuralFeature feature)
Adds an EMFObserver that will receive notifications when the given EStructuralFeautre is effected. |
void |
ChangeBrokerImpl.subscribeToTree(EMFObserver observer,
org.eclipse.emf.ecore.EClass eClass)
Adds an EMFObserver that will receive notifications of notifiers with the given EClass or which are
contained (either direct or indirect) in an EObject of the given EClass. |
void |
ChangeBrokerImpl.unsubsribe(EMFObserver receiver)
Removes an observer. |
Uses of EMFObserver in org.eclipse.emf.ecp.changebroker.spi |
---|
Subinterfaces of EMFObserver in org.eclipse.emf.ecp.changebroker.spi | |
---|---|
interface |
ReadOnlyEMFObserver
A Read Only EMF Observer has a handle notification method which receives a Notification from the ChangeBroker . |
Methods in org.eclipse.emf.ecp.changebroker.spi with parameters of type EMFObserver | |
---|---|
void |
ChangeBroker.subscribe(EMFObserver observer)
Adds an EMFObserver that will receive all notifications. |
void |
ChangeBroker.subscribeToEClass(EMFObserver observer,
org.eclipse.emf.ecore.EClass eClass)
Adds an EMFObserver that will receive notifications of notifiers with the given EClass. |
void |
ChangeBroker.subscribeToFeature(EMFObserver observer,
org.eclipse.emf.ecore.EStructuralFeature feature)
Adds an EMFObserver that will receive notifications when the given EStructuralFeautre is effected. |
void |
ChangeBroker.subscribeToTree(EMFObserver observer,
org.eclipse.emf.ecore.EClass eClass)
Adds an EMFObserver that will receive notifications of notifiers with the given EClass or which are
contained (either direct or indirect) in an EObject of the given EClass. |
void |
ChangeBroker.unsubsribe(EMFObserver observer)
Removes an observer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |