org.eclipse.emf.ecp.internal.core.util.observer
Interface ECPObserverCall


public interface ECPObserverCall

ProxyObserver, returned by the ECPObserverBusImpl when calling ECPObserverBusImpl.notify(Class), normally it has the type of the class extending IObserver in order to call the observer interface with type safety. However, the same proxies can be casted into ECPObserverCall in order to access the results by all registered observers.

Author:
wesendon

Nested Class Summary
static class ECPObserverCall.Result
          This class represents an result from an observer call.
 
Method Summary
 List<ECPObserverCall.Result> getObserverCallResults()
          Returns the results of each notified observer.
 

Method Detail

getObserverCallResults

List<ECPObserverCall.Result> getObserverCallResults()
Returns the results of each notified observer. This method will always return the returns from the last call executed on the proxy.

Returns:
list of results


Copyright © 2015. All Rights Reserved.