|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.listener.ListenerInvokerTerminator
Terminator implementation for the tapestry.listener.InvokeListener pipeline; this is what finally
turns around and invokes
IActionListener.actionTriggered(IComponent, IRequestCycle)
.
Constructor Summary | |
ListenerInvokerTerminator()
|
Method Summary | |
void |
invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle)
Part of the pipeline for invoking the given listener object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListenerInvokerTerminator()
Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |