Public Member Functions

com.google.security.zynamics.binnavi.API.debug.BookmarkListenerAdapter Class Reference

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