com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeSettingsChangeListener |
Known Indirect Subclasses
|
Class Overview
Listener for annotation creation mode settings changes.
Public Methods
public
abstract
void
onAnnotationCreationModeSettingsChange
(AnnotationCreationController controller)
Called when the settings changed in the active annotation creation mode. You can then get
the new values from the provided AnnotationCreationController
.
Parameters
controller |
Provided controller for managing annotation creation mode, holds values
such as color, thickness, etc. This listener notifies that some of these values have
changed.
|