Used to listen on global variables. More...
Package Functions | |
| void | changedName (GlobalVariable variable, String name) |
| Signals changed variable names. | |
Interface that can be implemented by objects that want to be notified about changes in GlobalVariable objects.
| void BinNavi.API.disassembly.IGlobalVariableListener.changedName | ( | GlobalVariable | variable, | |
| String | name | |||
| ) | [package] |
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