public static interface

TextSelectionManager.OnTextSelectionModeChangeListener

com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionModeChangeListener

Class Overview

Listener for entering and exiting text selection mode.

Summary

Public Methods
abstract void onEnterTextSelectionMode(TextSelectionController controller)
Called when entering text selection mode.
abstract void onExitTextSelectionMode(TextSelectionController controller)
Called when exiting text selection mode.

Public Methods

public abstract void onEnterTextSelectionMode (TextSelectionController controller)

Called when entering text selection mode.

Parameters
controller Provided controller for text selection mode actions.

public abstract void onExitTextSelectionMode (TextSelectionController controller)

Called when exiting text selection mode.

Parameters
controller Provided controller for text selection mode actions.