public static interface

AnnotationClipboardHelper.OnClipboardTaskListener

com.pdftron.pdf.utils.AnnotationClipboardHelper.OnClipboardTaskListener

Class Overview

Callback interface to be invoked when clipboard copy/paste task is finished.

Summary

Public Methods
abstract void onClipboardTaskDone(String error, ArrayList<Annot> pastedAnnotList)
Called when clipboard copy/paste task has been done.

Public Methods

public abstract void onClipboardTaskDone (String error, ArrayList<Annot> pastedAnnotList)

Called when clipboard copy/paste task has been done.

Parameters
error The error message. Null if there is no error.
pastedAnnotList null when copy, a list of pasted annot when paste.