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

Packages that use ListenerInvoker
com.atlassian.event.internal   
com.atlassian.event.legacy   
com.atlassian.event.spi   
 

Uses of ListenerInvoker in com.atlassian.event.internal
 

Methods in com.atlassian.event.internal that return types with arguments of type ListenerInvoker
 java.util.List<? extends ListenerInvoker> AnnotatedMethodsListenerHandler.getInvokers(java.lang.Object listener)
           
 

Methods in com.atlassian.event.internal with parameters of type ListenerInvoker
 void AsynchronousAbleEventDispatcher.dispatch(ListenerInvoker invoker, java.lang.Object event)
           
 

Uses of ListenerInvoker in com.atlassian.event.legacy
 

Methods in com.atlassian.event.legacy that return types with arguments of type ListenerInvoker
 java.util.List<? extends ListenerInvoker> LegacyListenerHandler.getInvokers(java.lang.Object listener)
           
 

Uses of ListenerInvoker in com.atlassian.event.spi
 

Methods in com.atlassian.event.spi that return types with arguments of type ListenerInvoker
 java.util.List<? extends ListenerInvoker> ListenerHandler.getInvokers(java.lang.Object listener)
          Retrieves the list of invokers for the given listener.
 

Methods in com.atlassian.event.spi with parameters of type ListenerInvoker
 void EventDispatcher.dispatch(ListenerInvoker invoker, java.lang.Object event)
          Dispatches the event using the invoker.
 



Copyright © 2006-2010 Atlassian. All Rights Reserved.