public interface CPDFSelectAnnotCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAnnotationDeselected(CPDFPageView pageView,
CPDFBaseAnnotImpl<CPDFAnnotation> annotImpl)
Called when an annotation loses selection (focus) on the given page view.
|
void |
onAnnotationSelected(CPDFPageView pageView,
CPDFBaseAnnotImpl<CPDFAnnotation> annotImpl)
Callback interface for listening to annotation selection state changes within a page view.
|
void onAnnotationSelected(CPDFPageView pageView, CPDFBaseAnnotImpl<CPDFAnnotation> annotImpl)
void onAnnotationDeselected(CPDFPageView pageView, CPDFBaseAnnotImpl<CPDFAnnotation> annotImpl)
pageView - The page view containing the annotation.annotImpl - The wrapper implementation of the deselected annotation.