public static interface

PDFViewCtrl.ErrorReportListener

com.pdftron.pdf.PDFViewCtrl.ErrorReportListener

Class Overview

Used for receiving error reports in case an error is encountered during page rendering. As an example, it can be used to detect corrupt documents, logging or just for debugging purposes.

Summary

Public Methods
abstract void onErrorReportEvent(String message)
Called when an error is encountered during page rendering.

Public Methods

public abstract void onErrorReportEvent (String message)

Called when an error is encountered during page rendering.

Parameters
message the error report encountered during page rendering