public interface BookmarksListener
Modifier and Type | Field and Description |
---|---|
static Topic<BookmarksListener> |
TOPIC |
Modifier and Type | Method and Description |
---|---|
default void |
bookmarkAdded(Bookmark b) |
default void |
bookmarkChanged(Bookmark b) |
default void |
bookmarkRemoved(Bookmark b) |
default void |
bookmarksOrderChanged() |
static final Topic<BookmarksListener> TOPIC