android.widget
Interface NumberPicker.OnScrollListener

Enclosing class:
NumberPicker

public static interface NumberPicker.OnScrollListener


Field Summary
static int SCROLL_STATE_FLING
           
static int SCROLL_STATE_IDLE
           
static int SCROLL_STATE_TOUCH_SCROLL
           
 
Method Summary
 void onScrollStateChange(NumberPicker view, int scrollState)
           
 

Field Detail

SCROLL_STATE_IDLE

static final int SCROLL_STATE_IDLE
See Also:
Constant Field Values

SCROLL_STATE_TOUCH_SCROLL

static final int SCROLL_STATE_TOUCH_SCROLL
See Also:
Constant Field Values

SCROLL_STATE_FLING

static final int SCROLL_STATE_FLING
See Also:
Constant Field Values
Method Detail

onScrollStateChange

void onScrollStateChange(NumberPicker view,
                         int scrollState)


Copyright © 2008-2012. All Rights Reserved.