Package Functions

BinNavi.API.disassembly.FunctionNodeListenerAdapter Class Reference

Adapter class for function nodes. More...

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

List of all members.

Package Functions

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

Detailed Description

Adapter class that can be used by objects that want to listen on function nodes but only need to process few events.


Member Function Documentation

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

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.