Public Member Functions | Package Functions

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

Inheritance diagram for com.google.security.zynamics.binnavi.API.debug.IBookmarkManagerListener:
com.google.security.zynamics.binnavi.API.debug.BookmarkManagerListenerAdapter

List of all members.

Public Member Functions

void removedBookmark (BookmarkManager manager, Bookmark bookmark)

Package Functions

void addedBookmark (BookmarkManager manager, Bookmark bookmark)

Detailed Description

Interface that must be implemented by classes that want to be notified about changes in bookmark managers.


Member Function Documentation

void com.google.security.zynamics.binnavi.API.debug.IBookmarkManagerListener.addedBookmark ( BookmarkManager  manager,
Bookmark  bookmark 
) [package]

Invoked after a new bookmark was added to the bookmark manager.

Parameters:
manager The bookmark manager where the bookmark was added.
bookmark The bookmark that was added to the manager.
void com.google.security.zynamics.binnavi.API.debug.IBookmarkManagerListener.removedBookmark ( BookmarkManager  manager,
Bookmark  bookmark 
)

Invoked after an existing bookmark was removed from the bookmark manager.

Parameters:
manager The bookmark manager from where the bookmark was removed.
bookmark The bookmark that was removed from the manager.