|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.event.internal.AsynchronousAbleEventDispatcher
public final class AsynchronousAbleEventDispatcher
This dispatcher will dispatch event asynchronously if:
AsynchronousEventResolver andsupports asynchronous events
| Constructor Summary | |
|---|---|
AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory)
The only public constructor, uses an AnnotationAsynchronousEventResolver |
|
| Method Summary | |
|---|---|
void |
dispatch(ListenerInvoker invoker,
java.lang.Object event)
Dispatches the event using the invoker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory)
AnnotationAsynchronousEventResolver
executorFactory - the executor to use for asynchronous event listener invocations| Method Detail |
|---|
public void dispatch(ListenerInvoker invoker,
java.lang.Object event)
EventDispatcher
dispatch in interface EventDispatcherinvoker - the invoker to use to dispatch the eventevent - the event to dispatch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||