oak
Interface MultiDirectionSlidingDrawer.OnDrawerScrollListener

Enclosing class:
MultiDirectionSlidingDrawer

public static interface MultiDirectionSlidingDrawer.OnDrawerScrollListener

Callback invoked when the drawer is scrolled.


Method Summary
 void onScrollEnded()
          Invoked when the user stops dragging/flinging the drawer's handle.
 void onScrollStarted()
          Invoked when the user starts dragging/flinging the drawer's handle.
 

Method Detail

onScrollStarted

void onScrollStarted()
Invoked when the user starts dragging/flinging the drawer's handle.


onScrollEnded

void onScrollEnded()
Invoked when the user stops dragging/flinging the drawer's handle.



Copyright © 2011-2014. All Rights Reserved.