Package 

Interface DocumentLoadListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onDocumentLoadingStart() Called when the PDF loading process starts.
      abstract Unit onDocumentLoaded(Integer totalPages) Called when the PDF is loaded.
      abstract Unit onDocumentLoadError(Throwable error) Called if an error occurred while opening the PDF.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait