Uses of Interface
com.atlassian.event.spi.EventDispatcher

Packages that use EventDispatcher
com.atlassian.event.internal   
 

Uses of EventDispatcher in com.atlassian.event.internal
 

Classes in com.atlassian.event.internal that implement EventDispatcher
 class AsynchronousAbleEventDispatcher
          This dispatcher will dispatch event asynchronously if: the event 'is' asynchronous, as resolved by the AsynchronousEventResolver and the invoker supports asynchronous events
 

Constructors in com.atlassian.event.internal with parameters of type EventDispatcher
EventPublisherImpl(EventDispatcher eventDispatcher, java.util.List<ListenerHandler> listenerHandlers)
          This constructor lets you customise your event dispatcher.
 



Copyright © 2006-2009 Atlassian. All Rights Reserved.