com.pdftron.pdf.tools.ToolManager.AnnotationsSelectionListener |
This interface can be used to monitor annotation selection changed event.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onAnnotationsSelectionChanged(HashMap<Annot, Integer> annots)
Called when multiple annotations have been selected.
|
Called when multiple annotations have been selected. The map contains: key is the annotation, value is the page number
annots | the annotations map currently selected |
---|