public interface EventDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(ListenerInvoker invoker,
Object event)
Dispatches the event using the invoker.
|
void dispatch(@Nonnull ListenerInvoker invoker, @Nonnull 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.