Package com.vaadin.shared.ui.slider
Interface SliderServerRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
public interface SliderServerRpc extends ServerRpc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
valueChanged(double value)
Invoked when the value of a variable has changed.
-