public static interface

PdfOutlineView.OnAnnotationTapListener

com.pspdfkit.ui.PdfOutlineView.OnAnnotationTapListener
Known Indirect Subclasses

Class Overview

Annotation list tap listener. Interface of listeners for receiving taps on annotations inside the outline's annotation list.

Summary

Public Methods
abstract void onAnnotationTap(PdfOutlineView self, Annotation annotation)
Called when an annotation was tapped inside the annotation list.

Public Methods

public abstract void onAnnotationTap (PdfOutlineView self, Annotation annotation)

Called when an annotation was tapped inside the annotation list.

Parameters
self The PdfOutlineView instance that triggered the event.
annotation The Annotation that was tapped.