Interface DocumentManager
-
- All Implemented Interfaces:
public interface DocumentManager
Contains all types of listeners provided to com.pspdfkit.jetpack.compose.views.DocumentView
-
-
Method Summary
Modifier and Type Method Description abstract DocumentListener
getDocumentListener()
abstract AnnotationListener
getAnnotationListener()
abstract UiListener
getUiListener()
-
-
Method Detail
-
getDocumentListener
abstract DocumentListener getDocumentListener()
-
getAnnotationListener
abstract AnnotationListener getAnnotationListener()
-
getUiListener
abstract UiListener getUiListener()
-
-
-
-