public static interface

DocumentEditingManager.OnDocumentEditingPageSelectionChangeListener

com.pspdfkit.ui.special_mode.manager.DocumentEditingManager.OnDocumentEditingPageSelectionChangeListener
Known Indirect Subclasses

Class Overview

Listener for document editing page selection.

Summary

Public Methods
abstract void onDocumentEditingPageSelectionChanged(DocumentEditingController controller)
Called when the page selection changes on the document.

Public Methods

public abstract void onDocumentEditingPageSelectionChanged (DocumentEditingController controller)

Called when the page selection changes on the document.

Parameters
controller Provided controller for managing document editing mode.