-
public interface OnPageChangeListenerImplements this interface to receive events from PDFView when a page has changed through swipe
-
-
Method Summary
Modifier and Type Method Description abstract voidonPageChanged(int page, int pageCount)Called when the user use swipe to change page -
-
Method Detail
-
onPageChanged
abstract void onPageChanged(int page, int pageCount)
Called when the user use swipe to change page
- Parameters:
page- the new page displayed, starting from 0pageCount- the total page count
-
-
-
-