Package Functions

BinNavi.API.disassembly.GlobalVariableListenerAdapter Class Reference

Adapter class for global variable listeners. More...

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

List of all members.

Package Functions

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

Detailed Description

Adapter class that can be used by objects that want to listen on global variables but only need to process few events.


Member Function Documentation

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

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.