Interface OnLoadCompleteListener
public interface OnLoadCompleteListener
Implement this interface to receive events from PDFView
when loading is complete.
-
Method Summary
-
Method Details
-
loadComplete
void loadComplete(int nbPages) Called when the PDF is loaded- Parameters:
nbPages- the number of pages in this PDF file
-