com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener |
![]() |
Listener for notifying other components when bookmarks change.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onBookmarkAdded(Bookmark bookmark)
Called when a new bookmark was added.
| ||||||||||
abstract void |
onBookmarksChanged(List<Bookmark> bookmarks)
Called when bookmark list has been changed in some way.
|
Called when a new bookmark was added. Called on the UI thread.
bookmark | The recently added bookmark. |
---|
Called when bookmark list has been changed in some way. Called on the UI thread. It is also called if any property of any bookmark in the list changes.
bookmarks | List of bookmarks after change. The list is sorted. |
---|