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