public static interface

PasswordDialogFragment.PasswordDialogFragmentListener

com.pdftron.pdf.controls.PasswordDialogFragment.PasswordDialogFragmentListener
Known Indirect Subclasses

Class Overview

Callback interface to be invoked when an interaction is needed.

Summary

Public Methods
abstract void onPasswordDialogDismiss(boolean forcedDismiss)
Called when dialog is dismissed
abstract void onPasswordDialogNegativeClick(int fileType, File file, String path)
Called when Cancel button has been clicked.
abstract void onPasswordDialogPositiveClick(int fileType, File file, String path, String password, String id)
Called when OK button has been clicked.

Public Methods

public abstract void onPasswordDialogDismiss (boolean forcedDismiss)

Called when dialog is dismissed

Parameters
forcedDismiss True if the dialog is forced to dismiss

public abstract void onPasswordDialogNegativeClick (int fileType, File file, String path)

Called when Cancel button has been clicked.

Parameters
fileType The file type
file The file
path The file path

public abstract void onPasswordDialogPositiveClick (int fileType, File file, String path, String password, String id)

Called when OK button has been clicked.

Parameters
fileType The file type
file The file
path The file path
password The entered password
id The ID