Package Functions

com.google.security.zynamics.binnavi.API.disassembly.GlobalVariableListenerAdapter Class Reference

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

List of all members.

Package Functions

void changedName (GlobalVariable variable, String name)

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