Package com.pspdfkit.listeners
Listeners and callbacks for hooking into PSPDFKit.
See: Description
-
Interface Summary Interface Description DocumentListener Listeners for document events on the the PdfFragment. OnDocumentLongPressListener Listener for document long press events on the the PdfFragment. OnMenuItemsGenerateListener A listener that gets notified when the order of menu items should be declared and the menu items are being generated for the first time. OnPreparePopupToolbarListener Listener for getting notified of when the popup toolbar is being prepared to be displayed. PdfActivityListener This listener allows PdfActivity to receive document events. OnVisibilityChangedListener Listener for receiving visibility changes of PSPDFKit views. LocalizationListener Listener that allows SDK UI strings to be localized programmatically. -
Class Summary Class Description OnVisibilityChangedListenerManager Collection of multiple OnVisibilityChangedListener objects. SimpleDocumentListener Empty implementation of the DocumentListener interface. DefaultLocalizationListener Default implementation of a LocalizationListener which just calls through to default Android localization methods in android.content.res.Resources class and picks up strings from XML files.