Package 

Interface OnPageChangeListener


  • 
    public interface OnPageChangeListener
    
                        

    Implements this interface to receive events from PDFView when a page has changed through swipe

    • Method Summary

      Modifier and Type Method Description
      abstract void onPageChanged(int page, int pageCount) Called when the user use swipe to change page
      • Methods inherited from class java.lang.Object

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

      • onPageChanged

         abstract void onPageChanged(int page, int pageCount)

        Called when the user use swipe to change page

        Parameters:
        page - the new page displayed, starting from 0
        pageCount - the total page count