Interface AjaxEventTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEvent
(org.apache.wicket.ajax.AjaxRequestTarget target) Handles on event action.
-
Method Details
-
onEvent
void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target) Handles on event action.- Parameters:
target
- theAjaxRequestTarget
that initiated the action
-