Used to listen on memory bookmarks. More...
Package Functions | |
| void | changedDescription (final Bookmark bookmark, final String description) |
Interface that must be implemented by classes that want to be notified about changes in memory bookmarks.
| void BinNavi.API.debug.IBookmarkListener.changedDescription | ( | final Bookmark | bookmark, | |
| final String | description | |||
| ) | [package] |
Invoked after the description of a bookmark was changed.
| bookmark | The bookmark whose description was changed. | |
| description | The new description of the bookmark. |
Implemented in BinNavi.API.debug.BookmarkListenerAdapter.
1.7.1