Interface OnLoadCompleteListener


public interface OnLoadCompleteListener
Implement this interface to receive events from PDFView when loading is complete.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loadComplete(int nbPages)
    Called when the PDF is loaded
  • Method Details

    • loadComplete

      void loadComplete(int nbPages)
      Called when the PDF is loaded
      Parameters:
      nbPages - the number of pages in this PDF file