public interface ListenerInvoker
ListenerInvokerFilter
Modifier and Type | Method and Description |
---|---|
void |
invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle)
Part of the pipeline for invoking the given listener object.
|
void invokeListener(IActionListener listener, IComponent source, IRequestCycle cycle)
listener
- to be invoked, may be null if no listener is found (a convienience for all the
places where listeners are optional)source
- the component generating the listener "event", to be passed to the listener. Not
generally used, but may not be null.cycle
- the current request cycle, to be passed to the listener.