Adapter class for group nodes.
More...
List of all members.
Detailed Description
Adapter class that can be used by objects that want to listen on group nodes but only need to process few events.
Member Function Documentation
| void BinNavi.API.disassembly.IGroupNodeListener.addedNode |
( |
GroupNode |
groupNode, |
|
|
ViewNode |
node | |
|
) |
| | [package, inherited] |
Invoked after a new node was added to the group node.
- Parameters:
-
| groupNode | The group node that was extended. |
| node | The node that was added to the group node. |
| void BinNavi.API.disassembly.IGroupNodeListener.changedState |
( |
GroupNode |
groupNode, |
|
|
boolean |
collapsed | |
|
) |
| | [inherited] |
Invoked after the collapse state of the group node changed.
- Parameters:
-
| groupNode | The group node that was collapsed or uncollapsed. |
| collapsed | True, if the node is now collapsed. False, if it is expanded. |
| void BinNavi.API.disassembly.IGroupNodeListener.changedText |
( |
GroupNode |
groupNode, |
|
|
String |
text | |
|
) |
| | [inherited] |
Invoked after the text displayed in the group node changed.
- Parameters:
-
| groupNode | The group node whose text changed. |
| text | The new text displayed in the group node. |
| void BinNavi.API.disassembly.IGroupNodeListener.removedNode |
( |
GroupNode |
groupNode, |
|
|
ViewNode |
node | |
|
) |
| | [inherited] |
Invoked after a node was removed from the group node.
- Parameters:
-
| groupNode | The group node from where the node was removed. |
| node | The node that was removed from the group node.. |