public static interface

AnnotationDialogFragment.AnnotationDialogListener

com.pdftron.pdf.controls.AnnotationDialogFragment.AnnotationDialogListener
Known Indirect Subclasses

Class Overview

Callback interface to be invoked when an interaction is needed.

Summary

Public Methods
abstract void onAnnotationClicked(Annot annotation, int pageNum)
Called when an annotation has been clicked.
abstract void onExportAnnotations(PDFDoc outputDoc)
Called when document annotations have been exported.

Public Methods

public abstract void onAnnotationClicked (Annot annotation, int pageNum)

Called when an annotation has been clicked.

Parameters
annotation The annotation
pageNum The page number that holds the annotation

public abstract void onExportAnnotations (PDFDoc outputDoc)

Called when document annotations have been exported.

Parameters
outputDoc The PDFDoc containing the exported annotations