Package Functions

com.google.security.zynamics.binnavi.API.debug.IBookmarkListener Interface Reference

Inheritance diagram for com.google.security.zynamics.binnavi.API.debug.IBookmarkListener:
com.google.security.zynamics.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 com.google.security.zynamics.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 com.google.security.zynamics.binnavi.API.debug.BookmarkListenerAdapter.