Public Member Functions | Package Functions

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

Inheritance diagram for com.google.security.zynamics.binnavi.API.disassembly.ITagListener:
com.google.security.zynamics.binnavi.API.disassembly.TagListenerAdapter

List of all members.

Public Member Functions

void changedName (Tag tag, String name)

Package Functions

void changedDescription (Tag tag, String description)

Detailed Description

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


Member Function Documentation

void com.google.security.zynamics.binnavi.API.disassembly.ITagListener.changedDescription ( Tag  tag,
String  description 
) [package]

Invoked after the description string of the tag changed.

Parameters:
tag The tag whose description changed.
description The new description string of the tag.
void com.google.security.zynamics.binnavi.API.disassembly.ITagListener.changedName ( Tag  tag,
String  name 
)

Invoked after the name string of the tag changed.

Parameters:
tag The tag whose name changed.
name The new name string of the tag.