public static interface

UserCropSelectionDialogFragment.UserCropSelectionDialogFragmentListener

com.pdftron.pdf.controls.UserCropSelectionDialogFragment.UserCropSelectionDialogFragmentListener
Known Indirect Subclasses

Class Overview

Callback interface to be invoked when an interaction is needed.

Summary

Public Methods
abstract void onUserCropMethodSelected(int cropMode)
Called when a user crop method has been selected.
abstract void onUserCropSelectionDialogFragmentDismiss()
Called when the dialog for user crop selection has been dismissed.

Public Methods

public abstract void onUserCropMethodSelected (int cropMode)

Called when a user crop method has been selected.

Parameters
cropMode The crop mode. The possible values are MODE_AUTO_CROP, MODE_MANUAL_CROP, MODE_RESET_CROP

public abstract void onUserCropSelectionDialogFragmentDismiss ()

Called when the dialog for user crop selection has been dismissed.