Uses of Interface
com.atlassian.event.spi.ListenerInvoker
Packages that use ListenerInvoker
-
Uses of ListenerInvoker in com.atlassian.event.internal
Methods in com.atlassian.event.internal that return types with arguments of type ListenerInvokerModifier and TypeMethodDescriptionAnnotatedMethodsListenerHandler.getInvokers(Object listener) InvokerTransformer.transformAll(Iterable<ListenerInvoker> invokers, Object event) Takes a collection ofListenerInvokersand returns a potentially transformed version of these.Methods in com.atlassian.event.internal with parameters of type ListenerInvokerModifier and TypeMethodDescriptionvoidAsynchronousAbleEventDispatcher.dispatch(ListenerInvoker invoker, Object event) protected ExecutorAsynchronousAbleEventDispatcher.executorFor(ListenerInvoker invoker, Object event) Method parameters in com.atlassian.event.internal with type arguments of type ListenerInvokerModifier and TypeMethodDescriptionInvokerTransformer.transformAll(Iterable<ListenerInvoker> invokers, Object event) Takes a collection ofListenerInvokersand returns a potentially transformed version of these. -
Uses of ListenerInvoker in com.atlassian.event.spi
Methods in com.atlassian.event.spi that return types with arguments of type ListenerInvokerModifier and TypeMethodDescriptionListenerHandler.getInvokers(Object listener) Retrieves the list of invokers for the given listener.Methods in com.atlassian.event.spi with parameters of type ListenerInvokerModifier and TypeMethodDescriptionvoidEventDispatcher.dispatch(ListenerInvoker invoker, Object event) Dispatches the event using the invoker.EventRunnableFactory.getRunnable(ListenerInvoker invoker, Object event) Returns a newRunnable.