public static interface

AnnotationManager.OnAnnotationDeselectedListener

com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationDeselectedListener
Known Indirect Subclasses

Summary

Public Methods
abstract void onAnnotationDeselected(Annotation annotation, boolean reselected)
Called when annotation gets deselected.

Public Methods

public abstract void onAnnotationDeselected (Annotation annotation, boolean reselected)

Called when annotation gets deselected.

Parameters
annotation Annotation that is being deselected.
reselected true if annotation is being reselected (another annotation will be selected soon).