Adapter class for global variable listeners. More...
Package Functions | |
| void | changedName (GlobalVariable variable, String name) |
| Signals changed variable names. | |
Adapter class that can be used by objects that want to listen on global variables but only need to process few events.
| void BinNavi.API.disassembly.IGlobalVariableListener.changedName | ( | GlobalVariable | variable, | |
| String | name | |||
| ) | [package, inherited] |
Invoked after the name of a global variable changed.
| variable | The global variable whose name changed. | |
| name | The new name of the global variable. |
1.7.1