public static interface

ToolManager.AnnotationsSelectionListener

com.pdftron.pdf.tools.ToolManager.AnnotationsSelectionListener

Class Overview

This interface can be used to monitor annotation selection changed event.

Summary

Public Methods
abstract void onAnnotationsSelectionChanged(HashMap<Annot, Integer> annots)
Called when multiple annotations have been selected.

Public Methods

public abstract void onAnnotationsSelectionChanged (HashMap<Annot, Integer> annots)

Called when multiple annotations have been selected. The map contains: key is the annotation, value is the page number

Parameters
annots the annotations map currently selected