FileDocCategorySizeDatePackage
OpenDocumentCallback.javaAPI DocAndroid 5.1 API1094Thu Mar 12 22:22:42 GMT 2015com.android.printspooler.model

OpenDocumentCallback

public 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
Constructors Summary
Methods Summary
public voidonFailure(int error)
Called after opening the file failed.

param
error The error.

public voidonSuccess()
Called after the file is opened.