Package Functions

BinNavi.API.disassembly.IInstructionListener Interface Reference

Used to listen on instructions. More...

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

List of all members.

Package Functions

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

Detailed Description

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


Member Function Documentation

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

Invoked after the comment of the instruction changed.

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