22module
com { module sun { module star { module awt { module tree {
An instance of this interface is used by the TreeControl to get notifications about data model change...
Definition XTreeDataModelListener.idl:33
void treeNodesInserted([in] TreeDataModelEvent Event)
Invoked after nodes have been inserted into the tree.
void treeStructureChanged([in] TreeDataModelEvent Event)
Invoked after the tree has drastically changed structure from a given node down.
void treeNodesRemoved([in] TreeDataModelEvent Event)
Invoked after nodes have been removed from the tree.
void treeNodesChanged([in] TreeDataModelEvent Event)
Invoked after a node (or a set of siblings) has changed in some way.
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
Definition Ambiguous.idl:20
An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl.
Definition TreeDataModelEvent.idl:34