public static interface MultiSlider.OnThumbValueChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onValueChanged(MultiSlider multiSlider,
MultiSlider.Thumb thumb,
int thumbIndex,
int value)
called when thumb value has changed
|
void onValueChanged(MultiSlider multiSlider, MultiSlider.Thumb thumb, int thumbIndex, int value)
multiSlider - thumb - the thumb which values has changesthumbIndex - the index of the thumbvalue - the value that has been set