public static interface

PDFViewCtrl.DocumentLoadListener

com.pdftron.pdf.PDFViewCtrl.DocumentLoadListener
Known Indirect Subclasses

Class Overview

Used for receiving notifications about the document state.

Summary

Public Methods
abstract void onDocumentLoaded()
Called when the document is set and ready.

Public Methods

public abstract void onDocumentLoaded ()

Called when the document is set and ready. It can be used to safely perform document related actions that need the document to be set, like setting the current page, etc. This is called after all the layout and measurements are done for the document after setting it.