Interface FastScroller.FastScrollListener

    • Method Detail

      • onFastScrollStart

        void onFastScrollStart​(@NonNull
                               FastScroller fastScroller)
        Called when fast scrolling begins.
        Parameters:
        fastScroller - The FastScroller with this event
      • onFastScrollStop

        void onFastScrollStop​(@NonNull
                              FastScroller fastScroller)
        Called when fast scrolling ends.
        Parameters:
        fastScroller - The FastScroller with this event