add Bookmark Listener
Adds a BookmarkListener for being notified when bookmarks have been changed. If the listener has already been added previously, this method will be a no-op. Passing null
is not allowed, and will result in an exception.
Parameters
listener
BookmarkListener that should be notified. Must be non-null
.