public interface ECPObserverCall
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.Modifier and Type | Interface and Description |
---|---|
static class |
ECPObserverCall.Result
This class represents an result from an observer call.
|
Modifier and Type | Method and Description |
---|---|
List<ECPObserverCall.Result> |
getObserverCallResults()
Returns the results of each notified observer.
|
List<ECPObserverCall.Result> getObserverCallResults()
Copyright © 2017. All rights reserved.