Interface DocumentEditingManager.OnDocumentEditingPageSelectionChangeListener
-
- All Implemented Interfaces:
public interface DocumentEditingManager.OnDocumentEditingPageSelectionChangeListener
Listener for document editing page selection.
-
-
Method Summary
Modifier and Type Method Description abstract void
onDocumentEditingPageSelectionChanged(@NonNull() DocumentEditingController controller)
Called when the page selection changes on the document. -
-
Method Detail
-
onDocumentEditingPageSelectionChanged
abstract void onDocumentEditingPageSelectionChanged(@NonNull() DocumentEditingController controller)
Called when the page selection changes on the document.
- Parameters:
controller
- Provided controller for managing document editing mode.
-
-
-
-