T - the event typepublic class ResolvedObservers<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
List<ObserverMethod<? super T>> |
getAllObservers()
Returns all observer methods.
|
boolean |
isEmpty()
Indicates whether this object represents an empty set of observer methods.
|
static <T> ResolvedObservers<T> |
of(List<ObserverMethod<? super T>> observers) |
public static <T> ResolvedObservers<T> of(List<ObserverMethod<? super T>> observers)
public boolean isEmpty()
public List<ObserverMethod<? super T>> getAllObservers()
TransactionPhase.IN_PROGRESS observers followed by
an ordered sequence of transactional observers.
TODO: we may need to preserve ordering of the entire listCopyright © 2015. All Rights Reserved.