Used to listen on instructions. More...
Package Functions | |
| void | changedComment (Instruction instruction, String comment) |
| Signals a new instruction comment. | |
Interface that can be implemented by objects that want to be notified about changes in Instruction objects.
| void BinNavi.API.disassembly.IInstructionListener.changedComment | ( | Instruction | instruction, | |
| String | comment | |||
| ) | [package] |
Invoked after the comment of the instruction changed.
| instruction | The instruction whose comment changed. | |
| comment | The new comment of the instruction. |
1.7.1