Class DecoupledAjaxUpdatePage.CounterUpdate
- java.lang.Object
-
- org.apache.wicket.examples.events.DecoupledAjaxUpdatePage.CounterUpdate
-
- Enclosing class:
- DecoupledAjaxUpdatePage
public class DecoupledAjaxUpdatePage.CounterUpdate extends Object
An event payload that represents a counter update
-
-
Constructor Summary
Constructors Constructor Description CounterUpdate(AjaxRequestTarget target)Constructor
-
-
-
Constructor Detail
-
CounterUpdate
public CounterUpdate(AjaxRequestTarget target)
Constructor- Parameters:
target-
-
-
Method Detail
-
getTarget
public AjaxRequestTarget getTarget()
- Returns:
- ajax request target
-
-