| com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener |
Known Indirect Subclasses
|
Listener for notifying other components when bookmarks change.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onBookmarksChanged(List<Bookmark> bookmarks)
Called when bookmark list has been changed in some way.
| ||||||||||
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. |
|---|