|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.changebroker.internal.NoStrategy
public class NoStrategy
| Constructor Summary | |
|---|---|
NoStrategy()
|
|
| 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. |
void |
register(EMFObserver observer)
Registers an observer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoStrategy()
| Method Detail |
|---|
public void register(EMFObserver observer)
observer - the observerpublic Set<EMFObserver> getObservers(org.eclipse.emf.common.notify.Notification notification)
observers which should get notified.
getObservers in interface Strategynotification - the notification
Strategy.getObservers(org.eclipse.emf.common.notify.Notification)public void deregister(EMFObserver observer)
deregister in interface Strategyobserver - the observerStrategy.deregister(EMFObserver)public Set<EMFObserver> getAllObservers()
getAllObservers in interface StrategyStrategy.getAllObservers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||