public interface OrderResolver
| Modifier and Type | Method and Description |
|---|---|
int |
orderOf(EventListener listener)
Returns the order for the given
listener. |
int orderOf(EventListener listener)
listener.
Implementations should check whether the listener implements EventListenerProxy. In that
case, use EventListenerProxy.getTargetType() to get access to the actual
type handling the events.listener - the listener to resolve the order for0 if no specific order is provided.Copyright © 2010-2014. All Rights Reserved.