| com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener |
Known Indirect Subclasses
|
Listener for annotation update events inside AnnotationProvider.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onAnnotationCreated(Annotation annotation)
Called when annotation has been created.
| ||||||||||
| abstract void |
onAnnotationRemoved(Annotation annotation)
Called when existing annotation has been removed.
| ||||||||||
| abstract void |
onAnnotationUpdated(Annotation annotation)
Called when existing annotation has changed.
| ||||||||||
Called when annotation has been created.
Called when existing annotation has been removed.
Called when existing annotation has changed.