public interface IReaderViewCallback
Modifier and Type | Method and Description |
---|---|
void |
onEndScroll()
Called when the page ends scrolling.
|
void |
onMoveToChild(int pageIndex)
Called when jumping to specified page.
|
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)
pageIndex
- The page index to jump to.void onEndScroll()
void onScrolling()
void onRecordLastJumpPageNum(int lastPageIndex)
lastPageIndex
- Page number before to destination page