public interface IActionListener
IAction 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.| Modifier and Type | Method and Description |
|---|---|
void |
actionTriggered(IComponent component,
IRequestCycle cycle)
Method invoked by the component (an
ActionLink or
Form, when its URL is triggered. |
void actionTriggered(IComponent component, IRequestCycle cycle)
ActionLink or
Form, when its URL is triggered.component - The component which was "triggered".cycle - The request cycle in which the component was triggered.