Uses of Class
org.ow2.util.event.api.EventPriority

Uses of EventPriority in org.ow2.util.event.api
 

Methods in org.ow2.util.event.api that return EventPriority
 EventPriority IEventListener.getPriority()
          Get the listener priority.
static EventPriority EventPriority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventPriority[] EventPriority.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ow2.util.event.api with parameters of type EventPriority
 IEventToken IEventDispatcher.dispatch(IEvent event, EventPriority priority)
          Dispatch an event.
 IEventToken IEventDispatcher.dispatch(IEvent event, EventPriority priority, int nbWorker)
          Dispatch an event.
 IEventToken IEventDispatcher.dispatch(IEvent event, EventPriority priority, long timeout)
          Dispatch an event.
 IEventToken IEventDispatcher.dispatch(IEvent event, EventPriority priority, long timeout, int nbWorker)
          Dispatch an event.
 boolean IEventToken.join(EventPriority priority, long timeout)
          Wait for the event to be process.
 boolean IEventToken.join(EventPriority priority, long timeout, boolean kill)
          Wait for the event to be process.
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.