addBookmarkListener

Adds this view to bookmark change events via BookmarkListener interface. Should be passed through to a BookmarkProvider. Passing null is not allowed, and will result in an exception.

Parameters

listener

BookmarkListener that should be notified. Must be non-null.

See also