No examples for this method.
Frequently called with: [Clear]
-1
| android.widget.NumberPicker.OnValueChangeListener |
Interface to listen for changes of the current value.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called upon a change of the current value.
|
|||||||||
Called upon a change of the current value.
| picker | The NumberPicker associated with this listener. |
|---|---|
| oldVal | The previous value. |
| newVal | The new value. |