Package Functions

BinNavi.API.debug.IBookmarkListener Interface Reference

Used to listen on memory bookmarks. More...

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

List of all members.

Package Functions

void changedDescription (final Bookmark bookmark, final String description)

Detailed Description

Interface that must be implemented by classes that want to be notified about changes in memory bookmarks.


Member Function Documentation

void BinNavi.API.debug.IBookmarkListener.changedDescription ( final Bookmark  bookmark,
final String  description 
) [package]

Invoked after the description of a bookmark was changed.

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

Implemented in BinNavi.API.debug.BookmarkListenerAdapter.