Public Member Functions

BinNavi.API.debug.BookmarkListenerAdapter Class Reference

Adapter class for bookmarks. More...

Inheritance diagram for BinNavi.API.debug.BookmarkListenerAdapter:
BinNavi.API.debug.IBookmarkListener

List of all members.

Public Member Functions

void changedDescription (final Bookmark bookmark, final String description)

Detailed Description

Adapter class that can be used by objects that want to listen on bookmarks but only need to process few events.


Member Function Documentation

void BinNavi.API.debug.BookmarkListenerAdapter.changedDescription ( final Bookmark  bookmark,
final String  description 
)

Invoked after the description of a bookmark was changed.

Parameters:
bookmark The bookmark whose description was changed.
description The new description of the bookmark.

Implements BinNavi.API.debug.IBookmarkListener.