| com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationDeselectedListener |
Known Indirect Subclasses
| PdfFragment |
Fragment that actually displays the PDF document. |
|
Class Overview
Listener for annotation deselection.
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).
|