public static interface

AnnotationManager.OnAnnotationCreationModeChangeListener

com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener
Known Indirect Subclasses

Summary

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.

Public Methods

public abstract void onChangeAnnotationCreationMode (AnnotationCreationController controller)

Called when the annotation creation mode has changed, meaning another annotation type is being selected for creation. Provided controller holds all the new data.

Parameters
controller Provided controller for managing annotation creation mode.

public abstract void onEnterAnnotationCreationMode (AnnotationCreationController controller)

Called when the annotation creation mode has been entered.

Parameters
controller Provided controller for managing annotation creation mode.

public abstract void onExitAnnotationCreationMode (AnnotationCreationController controller)

Called when the annotation creation mode has been exited.

Parameters
controller Provided controller for managing annotation creation mode.