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

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

Uses of ListenerHandler in com.atlassian.event.config
 

Methods in com.atlassian.event.config that return types with arguments of type ListenerHandler
 java.util.List<ListenerHandler> ListenerHandlersConfiguration.getListenerHandlers()
           
 

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.
 

Methods in com.atlassian.event.internal that return types with arguments of type ListenerHandler
 java.util.List<ListenerHandler> ListenerHandlerConfigurationImpl.getListenerHandlers()
           
 

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-2010 Atlassian. All Rights Reserved.