com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener |
![]() |
Listener for annotation creation mode enter/exit.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onChangeAnnotationCreationMode(AnnotationCreationController controller)
Called when the annotation creation mode has changed, meaning another annotation type is
being selected for creation.
| ||||||||||
abstract void |
onEnterAnnotationCreationMode(AnnotationCreationController controller)
Called when the annotation creation mode has been entered.
| ||||||||||
abstract void |
onExitAnnotationCreationMode(AnnotationCreationController controller)
Called when the annotation creation mode has been exited.
|
Called when the annotation creation mode has changed, meaning another annotation type is being selected for creation. Provided controller holds all the new data.
controller | Provided controller for managing annotation creation mode. |
---|
Called when the annotation creation mode has been entered.
controller | Provided controller for managing annotation creation mode. |
---|
Called when the annotation creation mode has been exited.
controller | Provided controller for managing annotation creation mode. |
---|