Package 

Interface OnPageScrollListener


  • 
    public interface OnPageScrollListener
    
                        

    Implements this interface to receive events from PDFView when a page has been scrolled

    • Method Summary

      Modifier and Type Method Description
      abstract void onPageScrolled(int 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 void onPageScrolled(int page, float positionOffset)

        Called on every move while scrolling

        Parameters:
        page - current page index
        positionOffset - see getPositionOffset