Package 

Interface OnLoadCompleteListener


  • 
    public interface OnLoadCompleteListener
    
                        

    Implement this interface to receive events from PDFView when loading is complete.

    • Method Summary

      Modifier and Type Method Description
      abstract void loadComplete(int nbPages) Called when the PDF is loaded
      • Methods inherited from class java.lang.Object

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

      • loadComplete

         abstract void loadComplete(int nbPages)

        Called when the PDF is loaded

        Parameters:
        nbPages - the number of pages in this PDF file