Uses of Interface
com.atlassian.event.config.ListenerHandlersConfiguration

Packages that use ListenerHandlersConfiguration
com.atlassian.event.internal   
 

Uses of ListenerHandlersConfiguration in com.atlassian.event.internal
 

Classes in com.atlassian.event.internal that implement ListenerHandlersConfiguration
 class ListenerHandlerConfigurationImpl
          The default configuration that only uses the AnnotatedMethodsListenerHandler.
 

Constructors in com.atlassian.event.internal with parameters of type ListenerHandlersConfiguration
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-2010 Atlassian. All Rights Reserved.