Package Functions

BinNavi.API.disassembly.IGlobalVariableListener Interface Reference

Used to listen on global variables. More...

Inheritance diagram for BinNavi.API.disassembly.IGlobalVariableListener:
BinNavi.API.disassembly.GlobalVariableListenerAdapter

List of all members.

Package Functions

void changedName (GlobalVariable variable, String name)
 Signals changed variable names.

Detailed Description

Interface that can be implemented by objects that want to be notified about changes in GlobalVariable objects.


Member Function Documentation

void BinNavi.API.disassembly.IGlobalVariableListener.changedName ( GlobalVariable  variable,
String  name 
) [package]

Invoked after the name of a global variable changed.

Parameters:
variable The global variable whose name changed.
name The new name of the global variable.