swingwtx.swing.event
Interface TreeWillExpandListener


public interface TreeWillExpandListener


Method Summary
 void treeWillCollapse(TreeExpansionEvent event)
           
 void treeWillExpand(TreeExpansionEvent event)
           
 

Method Detail

treeWillExpand

public void treeWillExpand(TreeExpansionEvent event)
                    throws ExpandVetoException
Throws:
ExpandVetoException

treeWillCollapse

public void treeWillCollapse(TreeExpansionEvent event)
                      throws ExpandVetoException
Throws:
ExpandVetoException