|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IActionListener
Defines a listener to an IDirect component, which is way to
get behavior when the component's URL is triggered (or the form
containing the component is submitted). Certain form elements
(Hidden)
also make use of this interface.
| Method Summary | |
|---|---|
void |
actionTriggered(IComponent component,
IRequestCycle cycle)
Method invoked by the component (an DirectLink or
Form, when its URL is triggered. |
String |
getMethodName()
The actual method name that this listener represents. |
| Method Detail |
|---|
void actionTriggered(IComponent component,
IRequestCycle cycle)
DirectLink or
Form, when its URL is triggered.
component - The component which was "triggered".cycle - The request cycle in which the component was triggered.String getMethodName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||