OpenDocumentCallbackpublic interface OpenDocumentCallback Callbacks interface for opening a file. |
Fields Summary |
---|
public static final int | ERROR_MALFORMED_PDF_FILE | public static final int | ERROR_SECURE_PDF_FILE |
Methods Summary |
---|
public void | onFailure(int error)Called after opening the file failed.
| public void | onSuccess()Called after the file is opened.
|
|