| Interface | Description |
|---|---|
| ESPrioritizedObserver |
An observer with a priority.
|
| ObserverCall |
ProxyObserver, returned by the
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. |
| Class | Description |
|---|---|
| ObserverBus |
This is a universal observer bus.
|
| ObserverCall.Result |
This class represents an result from an observer call.
|
Copyright © 2017. All rights reserved.