|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NumberPicker.OnValueChangeListener
Interface to listen for changes of the current value.
| Method Summary | |
|---|---|
void |
onValueChange(NumberPicker picker,
int oldVal,
int newVal)
Called upon a change of the current value. |
| Method Detail |
|---|
void onValueChange(NumberPicker picker,
int oldVal,
int newVal)
picker - The NumberPicker associated with this listener.oldVal - The previous value.newVal - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||