Adapter class for function nodes. More...
Package Functions | |
| void | changedComment (FunctionNode node, String comment) |
| Signals a new function node comment. | |
Adapter class that can be used by objects that want to listen on function nodes but only need to process few events.
| void BinNavi.API.disassembly.IFunctionNodeListener.changedComment | ( | FunctionNode | node, | |
| String | comment | |||
| ) | [package, inherited] |
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