public interface IReaderViewCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onEndScroll()
Called when the page ends scrolling.
|
void |
onMoveToChild(int pageIndex)
Called when the current page changes.
|
void |
onRecordLastJumpPageNum(int lastPageIndex)
Called when responding to any destination page action.
|
void |
onScrolling()
Called when scrolling the page.
|
void |
onTapMainDocArea()
Called when clicking blank area in the page.
|
void onTapMainDocArea()
void onMoveToChild(int pageIndex)
In double-page mode, pageIndex is the leading page of the visible spread. When
cover-page mode is enabled, the cover is its own spread.
pageIndex - The zero-based current page index.void onEndScroll()
void onScrolling()
void onRecordLastJumpPageNum(int lastPageIndex)
lastPageIndex - Page number before to destination page