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 null
Copyright © 2006-2016 Atlassian. All Rights Reserved.