public interface EventDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(ListenerInvoker invoker,
Object event)
Dispatches the event using the invoker.
|
void dispatch(ListenerInvoker invoker, Object event)
invoker - the invoker to use to dispatch the eventevent - the event to dispatchNullPointerException - if either the invoker or the event is nullCopyright © 2006-2018 Atlassian. All Rights Reserved.