org.apache.wicket.examples.events
Class DecoupledAjaxUpdatePage.CounterUpdate

java.lang.Object
  extended by org.apache.wicket.examples.events.DecoupledAjaxUpdatePage.CounterUpdate
Enclosing class:
DecoupledAjaxUpdatePage

public class DecoupledAjaxUpdatePage.CounterUpdate
extends java.lang.Object

An event payload that represents a counter update


Constructor Summary
DecoupledAjaxUpdatePage.CounterUpdate(AjaxRequestTarget target)
          Constructor
 
Method Summary
 AjaxRequestTarget getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoupledAjaxUpdatePage.CounterUpdate

public DecoupledAjaxUpdatePage.CounterUpdate(AjaxRequestTarget target)
Constructor

Parameters:
target -
Method Detail

getTarget

public AjaxRequestTarget getTarget()
Returns:
ajax request target


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.