Interface VerticalScrollBar.OnPageChangeListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onPageChanged(@NonNull() VerticalScrollBar verticalScrollBar, @IntRange(from = 0) int pageIndex) Called whenever the used dragged the scrollbar indicator to a different page.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onPageChanged

         abstract void onPageChanged(@NonNull() VerticalScrollBar verticalScrollBar, @IntRange(from = 0) int pageIndex)

        Called whenever the used dragged the scrollbar indicator to a different page.

        Parameters:
        verticalScrollBar - The VerticalScrollBar that triggered the event.
        pageIndex - The 0-based page index that was selected.