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, ListenerHandlersConfiguration listenerHandlersConfiguration)
          If you need to customise the asynchronous handling, you should use the AsynchronousAbleEventDispatcher together with a custom executor.
LockFreeEventPublisher(EventDispatcher eventDispatcher, ListenerHandlersConfiguration listenerHandlersConfiguration)
          If you need to customise the asynchronous handling, you should use the AsynchronousAbleEventDispatcher together with a custom executor.
 



Copyright © 2006-2013 Atlassian. All Rights Reserved.