Package Functions

BinNavi.API.disassembly.InstructionListenerAdapter Class Reference

Adapter class for instruction listeners. More...

Inheritance diagram for BinNavi.API.disassembly.InstructionListenerAdapter:
BinNavi.API.disassembly.IInstructionListener

List of all members.

Package Functions

void changedComment (Instruction instruction, String comment)
 Signals a new instruction comment.

Detailed Description

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


Member Function Documentation

void BinNavi.API.disassembly.IInstructionListener.changedComment ( Instruction  instruction,
String  comment 
) [package, inherited]

Invoked after the comment of the instruction changed.

Parameters:
instruction The instruction whose comment changed.
comment The new comment of the instruction.