| com.atlassian.event.spi.EventDispatcher |
Known Indirect Subclasses
|
Dispatches an event to its listener (through the invoker). Implementations can choose for example whether to dispatch events asynchronously.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Dispatches the event using the invoker.
| |||||||||||
Dispatches the event using the invoker.
| invoker | the invoker to use to dispatch the event |
|---|---|
| event | the event to dispatch |
| NullPointerException | if either the invoker or the event is null
|
|---|