Package Functions

com.google.security.zynamics.binnavi.API.disassembly.IGlobalVariableListener Interface Reference

Inheritance diagram for com.google.security.zynamics.binnavi.API.disassembly.IGlobalVariableListener:
com.google.security.zynamics.binnavi.API.disassembly.GlobalVariableListenerAdapter

List of all members.

Package Functions

void changedName (GlobalVariable variable, String name)

Detailed Description

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


Member Function Documentation

void com.google.security.zynamics.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.