Package 

Interface OnPageScrollListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPageScrolled(Integer page, Float positionOffset) Called on every move while scrolling
      • Methods inherited from class java.lang.Object

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

      • onPageScrolled

         abstract Unit onPageScrolled(Integer page, Float positionOffset)

        Called on every move while scrolling

        Parameters:
        page - current page index
        positionOffset - see com.github.barteksc.pdfviewer.PDFView.