public interface

EventDispatcher

com.atlassian.event.spi.EventDispatcher
Known Indirect Subclasses

Class Overview

Dispatches an event to its listener (through the invoker). Implementations can choose for example whether to dispatch events asynchronously.

Summary

Public Methods
abstract void dispatch(ListenerInvoker invoker, Object event)
Dispatches the event using the invoker.

Public Methods

public abstract void dispatch (ListenerInvoker invoker, Object event)

Dispatches the event using the invoker.

Parameters
invoker the invoker to use to dispatch the event
event the event to dispatch
Throws
NullPointerException if either the invoker or the event is null