public static interface NumberPicker.OnValueChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onValueChange(NumberPicker picker,
int oldVal,
int newVal)
Called upon a change of the current value.
|
void onValueChange(NumberPicker picker, int oldVal, int newVal)
picker - The NumberPicker associated with this listener.oldVal - The previous value.newVal - The new value.