Public Member Functions | Package Functions

BinNavi.API.disassembly.TagListenerAdapter Class Reference

Adapter class for tag listeners. More...

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

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

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


Member Function Documentation

void BinNavi.API.disassembly.ITagListener.changedDescription ( Tag  tag,
String  description 
) [package, inherited]

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 
) [inherited]

Invoked after the name string of the tag changed.

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