Adapter class for instruction listeners. More...
Package Functions | |
| void | changedComment (Instruction instruction, String comment) |
| Signals a new instruction comment. | |
Adapter class that can be used by objects that want to listen on instructions but only need to process few events.
| void BinNavi.API.disassembly.IInstructionListener.changedComment | ( | Instruction | instruction, | |
| String | comment | |||
| ) | [package, inherited] |
Invoked after the comment of the instruction changed.
| instruction | The instruction whose comment changed. | |
| comment | The new comment of the instruction. |
1.7.1