public interface IBookmarkModelListener extends EventListener
IBookmarkModel.addBookmarkModelListener(IBookmarkModelListener)
Modifier and Type | Method and Description |
---|---|
void |
bookmarksChanged(BookmarkEvent evt)
Listener callback method that will be invoked after the bookmark model
was changed.
|
void bookmarksChanged(BookmarkEvent evt)
evt
- an event object that informs the listeners about the change
that has happenedCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.