public interface ObserverCall
ObserverBus when calling ObserverBus.notify(java.lang.Class<T>), 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.| Modifier and Type | Interface and Description |
|---|---|
static class |
ObserverCall.Result
This class represents an result from an observer call.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObserverCall.Result> |
getObserverCallResults()
Returns the results of each notified observer.
|
List<ObserverCall.Result> getObserverCallResults()
Copyright © 2017. All rights reserved.