kankan.wheel.widget
Interface WheelScroller.ScrollingListener

Enclosing class:
WheelScroller

public static interface WheelScroller.ScrollingListener

Scrolling listener interface


Method Summary
 void onFinished()
          Finishing callback called after justifying
 void onJustify()
          Justifying callback called to justify a view when scrolling is ended
 void onScroll(int distance)
          Scrolling callback called when scrolling is performed.
 void onStarted()
          Starting callback called when scrolling is started
 

Method Detail

onScroll

void onScroll(int distance)
Scrolling callback called when scrolling is performed.

Parameters:
distance - the distance to scroll

onStarted

void onStarted()
Starting callback called when scrolling is started


onFinished

void onFinished()
Finishing callback called after justifying


onJustify

void onJustify()
Justifying callback called to justify a view when scrolling is ended