# Print output for @column tags ?> SlidingDrawer.OnDrawerScrollListener - Android SDK | Android Developers

Most visited

Recently visited

SlidingDrawer.OnDrawerScrollListener

public static interface SlidingDrawer.OnDrawerScrollListener

android.widget.SlidingDrawer.OnDrawerScrollListener


Callback invoked when the drawer is scrolled.

Summary

Public methods

abstract void onScrollEnded()

Invoked when the user stops dragging/flinging the drawer's handle.

abstract void onScrollStarted()

Invoked when the user starts dragging/flinging the drawer's handle.

Public methods

onScrollEnded

public abstract void onScrollEnded ()

Invoked when the user stops dragging/flinging the drawer's handle.

onScrollStarted

public abstract void onScrollStarted ()

Invoked when the user starts dragging/flinging the drawer's handle.