| com.pspdfkit.ui.PdfOutlineView.OnAnnotationTapListener |
Known Indirect Subclasses
|
Annotation list tap listener. Interface of listeners for receiving taps on annotations inside the outline's annotation list.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onAnnotationTap(PdfOutlineView self, Annotation annotation)
Called when an annotation was tapped inside the annotation list.
| ||||||||||
Called when an annotation was tapped inside the annotation list.
| self | The PdfOutlineView instance that triggered the event. |
|---|---|
| annotation | The Annotation that was tapped.
|