-
public interface OnLoadCompleteListenerImplement this interface to receive events from PDFView when loading is complete.
-
-
Method Summary
Modifier and Type Method Description abstract voidloadComplete(int nbPages)Called when the PDF is loaded -
-
Method Detail
-
loadComplete
abstract void loadComplete(int nbPages)
Called when the PDF is loaded
- Parameters:
nbPages- the number of pages in this PDF file
-
-
-
-