Package Functions

BinNavi.API.disassembly.IFunctionNodeListener Interface Reference

Used to listen on function nodes. More...

Inheritance diagram for BinNavi.API.disassembly.IFunctionNodeListener:
BinNavi.API.disassembly.FunctionNodeListenerAdapter

List of all members.

Package Functions

void changedComment (FunctionNode node, String comment)
 Signals a new function node comment.

Detailed Description

Interface that can be implemented by objects that want to be notified about changes in FunctionNode objects.


Member Function Documentation

void BinNavi.API.disassembly.IFunctionNodeListener.changedComment ( FunctionNode  node,
String  comment 
) [package]

Invoked after the local comment of the function node changed.

Parameters:
node The function node whose comment changed.
comment The new comment of the function node.