net.simonvt.numberpicker
Interface NumberPicker.OnValueChangeListener

Enclosing class:
NumberPicker

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

onValueChange

void onValueChange(NumberPicker picker,
                   int oldVal,
                   int newVal)
Called upon a change of the current value.

Parameters:
picker - The NumberPicker associated with this listener.
oldVal - The previous value.
newVal - The new value.


Copyright © 2012-2013. All Rights Reserved.