com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener |
![]() |
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.
| ||||||||||
abstract void |
onAnnotationZOrderChanged(int pageIndex, List<Annotation> oldOrder, List<Annotation> newOrder)
Called when the z-order of annotations has changed on a specified page.
|
Called when annotation has been created.
annotation | Annotation that has been created. |
---|
Called when existing annotation has been removed.
annotation | Annotation that has been removed. |
---|
Called when existing annotation has changed.
annotation | Annotation that has been changed. |
---|
Called when the z-order of annotations has changed on a specified page.
pageIndex | Index of the page where the z-order has changed. |
---|---|
oldOrder | The old order of annotations on the page. |
newOrder | The new order of annotations on the page. |