Public Member Functions | Package Functions

BinNavi.API.disassembly.ITagListener Interface Reference

Used to listen on tags. More...

Inheritance diagram for BinNavi.API.disassembly.ITagListener:
BinNavi.API.disassembly.TagListenerAdapter

List of all members.

Public Member Functions

void changedName (Tag tag, String name)
 Signals a new tag name.

Package Functions

void changedDescription (Tag tag, String description)
 Signals a new tag description.

Detailed Description

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


Member Function Documentation

void 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 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.