| com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionModeChangeListener |
Listener for entering and exiting text selection mode.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onEnterTextSelectionMode(TextSelectionController controller)
Called when entering text selection mode.
| ||||||||||
| abstract void |
onExitTextSelectionMode(TextSelectionController controller)
Called when exiting text selection mode.
| ||||||||||
Called when entering text selection mode.
| controller | Provided controller for text selection mode actions. |
|---|
Called when exiting text selection mode.
| controller | Provided controller for text selection mode actions. |
|---|