public class ListenerInvokerTerminator extends java.lang.Object implements ListenerInvoker
IActionListener.actionTriggered(IComponent, IRequestCycle)
.Constructor and Description |
---|
ListenerInvokerTerminator() |
Modifier and Type | Method and Description |
---|---|
void |
invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle)
Part of the pipeline for invoking the given listener object.
|
public ListenerInvokerTerminator()
public void invokeListener(IActionListener listener, IComponent source, IRequestCycle cycle)
ListenerInvoker
invokeListener
in interface ListenerInvoker
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.delegate
- the next invoker in the pipeline