public interface TreeWillExpandListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
treeWillCollapse(TreeExpansionEvent
Invoked whenever a node in the tree is about to be collapsed.
|
void |
treeWillExpand(TreeExpansionEvent
Invoked whenever a node in the tree is about to be expanded.
|
void treeWillExpand(TreeExpansionEventevent) throws ExpandVetoException
ExpandVetoException
void treeWillCollapse(TreeExpansionEventevent) throws ExpandVetoException
ExpandVetoException