org.eclipse.emf.emfstore.internal.common.observer
Interface ObserverCall


public interface ObserverCall

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

Author:
wesendon

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

Method Detail

getObserverCallResults

List<ObserverCall.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.