|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.listener.SyntheticListener
Constructor Summary | |
SyntheticListener(java.lang.Object target,
java.lang.reflect.Method method)
|
Method Summary | |
void |
actionTriggered(IComponent component,
IRequestCycle cycle)
Method invoked by the component (an ActionLink or
Form , when its URL is triggered. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SyntheticListener(java.lang.Object target, java.lang.reflect.Method method)
Method Detail |
public void actionTriggered(IComponent component, IRequestCycle cycle)
IActionListener
ActionLink
or
Form
, when its URL is triggered.
actionTriggered
in interface IActionListener
component
- The component which was "triggered".cycle
- The request cycle in which the component was triggered.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |