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. |