Package com.l4digital.fastscroll
Interface FastScroller.FastScrollListener
-
- Enclosing class:
- FastScroller
public static interface FastScroller.FastScrollListenerA FastScrollListener can be added to aFastScrollerto receive messages when a fast scrolling event has occurred.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFastScrollStart(FastScroller fastScroller)Called when fast scrolling begins.voidonFastScrollStop(FastScroller fastScroller)Called when fast scrolling ends.
-
-
-
Method Detail
-
onFastScrollStart
void onFastScrollStart(@NonNull FastScroller fastScroller)Called when fast scrolling begins.- Parameters:
fastScroller- TheFastScrollerwith this event
-
onFastScrollStop
void onFastScrollStop(@NonNull FastScroller fastScroller)Called when fast scrolling ends.- Parameters:
fastScroller- TheFastScrollerwith this event
-
-