Used to listen on bookmark managers.
More...
List of all members.
Detailed Description
Interface that must be implemented by classes that want to be notified about changes in bookmark managers.
Member Function Documentation
| void BinNavi.API.debug.IBookmarkManagerListener.addedBookmark |
( |
BookmarkManager |
manager, |
|
|
Bookmark |
bookmark | |
|
) |
| | [package] |
Invoked after a new bookmark was added to the bookmark manager.
- Parameters:
-
| manager | The bookmark manager where the bookmark was added. |
| bookmark | The bookmark that was added to the manager. |
Invoked after an existing bookmark was removed from the bookmark manager.
- Parameters:
-
| manager | The bookmark manager from where the bookmark was removed. |
| bookmark | The bookmark that was removed from the manager. |