org.odlabs.wiquery.ui.slider
Interface AjaxSlider.ISliderAjaxEvent

All Superinterfaces:
Serializable
Enclosing class:
AjaxSlider

public static interface AjaxSlider.ISliderAjaxEvent
extends Serializable

Call back interface for AJAX Events.

Author:
Ernesto Reinaldo Barreiro (reiern70@gmail.com)

Method Summary
 void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target, AjaxSlider slider, int value, int[] values)
          Call-back method for slider AJAX events.
 

Method Detail

onEvent

void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
             AjaxSlider slider,
             int value,
             int[] values)
Call-back method for slider AJAX events.

Parameters:
target - The AjaxRequestTarget.
slider - The slider to which the event is attached.
value - The value of the first handle.
values - In case with have more than one handle an array with handle values. Otherwise it is null.


Copyright © 2012. All Rights Reserved.