| Interface | Description |
|---|---|
| EventDispatcher |
Dispatches an event to its listener (through the invoker).
|
| EventExecutorFactory |
A factory to create executors for asynchronous event handling
|
| EventRunnableFactory |
An optional SPI that allows you to hook into the creation of the
Runnable that gets supplied to the
Executor that's returned from the EventExecutorFactory. |
| ListenerHandler |
Interface to find invokers for a given listener objects.
|
| ListenerInvoker |
Implementation of this interface know how to invoke 'given types' of listeners so that they handle given events.
|
Copyright © 2006-2017 Atlassian. All Rights Reserved.