com.atlassian.event.internal
Class ListenerHandlerConfigurationImpl

java.lang.Object
  extended by com.atlassian.event.internal.ListenerHandlerConfigurationImpl
All Implemented Interfaces:
ListenerHandlersConfiguration

public class ListenerHandlerConfigurationImpl
extends java.lang.Object
implements ListenerHandlersConfiguration

The default configuration that only uses the AnnotatedMethodsListenerHandler.

Products that need to remain backward compatible will have to override this configuration


Constructor Summary
ListenerHandlerConfigurationImpl()
           
 
Method Summary
 java.util.List<ListenerHandler> getListenerHandlers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerHandlerConfigurationImpl

public ListenerHandlerConfigurationImpl()
Method Detail

getListenerHandlers

public java.util.List<ListenerHandler> getListenerHandlers()
Specified by:
getListenerHandlers in interface ListenerHandlersConfiguration


Copyright © 2006-2012 Atlassian. All Rights Reserved.