Interface OnPageChangeListener
-
public interface OnPageChangeListenerImplements this interface to receive events from PDFView when a page has changed through swipe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPageChanged(int page, int pageCount)Called when the user use swipe to change page
-