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

Packages that use ListenerHandler
com.atlassian.event.internal   
com.atlassian.event.legacy   
 

Uses of ListenerHandler in com.atlassian.event.internal
 

Classes in com.atlassian.event.internal that implement ListenerHandler
 class AnnotatedMethodsListenerHandler
          A listener handler that will check for single parameter methods annotated with the given annotation.
 

Constructor parameters in com.atlassian.event.internal with type arguments of type ListenerHandler
EventPublisherImpl(EventDispatcher eventDispatcher, java.util.List<ListenerHandler> listenerHandlers)
          This constructor lets you customise your event dispatcher.
EventPublisherImpl(java.util.List<ListenerHandler> listenerHandlers)
          This constructor manages synchronous and asynchronous events through the use of the AsynchronousAbleEventDispatcher.
 

Uses of ListenerHandler in com.atlassian.event.legacy
 

Classes in com.atlassian.event.legacy that implement ListenerHandler
 class LegacyListenerHandler
          A listener handler to deal with legacy event listeners
 



Copyright © 2006-2009 Atlassian. All Rights Reserved.