com.pdftron.pdf.controls.ThumbnailsViewAdapter.EditPagesListener |
![]() |
Callback interface to be invoked when pages of the document have been edited.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onPageMoved(int fromPageNum, int toPageNum)
Called when a page was moved to a new position
| ||||||||||
abstract void |
onPagesAdded(List<Integer> pageList)
Called when new pages were added to the document.
|
Called when a page was moved to a new position
fromPageNum | The page number from which the page moves |
---|---|
toPageNum | The page number to which the page moves |
Called when new pages were added to the document.
pageList | The list of pages added to the document |
---|