Used to listen on tags.
More...
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. |