Adapter class for bookmarks. More...
Public Member Functions | |
| void | changedDescription (final Bookmark bookmark, final String description) |
Adapter class that can be used by objects that want to listen on bookmarks but only need to process few events.
| void BinNavi.API.debug.BookmarkListenerAdapter.changedDescription | ( | final Bookmark | bookmark, | |
| final String | description | |||
| ) |
Invoked after the description of a bookmark was changed.
| bookmark | The bookmark whose description was changed. | |
| description | The new description of the bookmark. |
Implements BinNavi.API.debug.IBookmarkListener.
1.7.1