ElegantJ Trees Java API Specification v1.1

com.elegantj.awt.tree
Interface AWTTreeWillExpandListener

All Superinterfaces:
java.util.EventListener

public interface AWTTreeWillExpandListener
extends java.util.EventListener

Defines an object which listens for AWTTreeWillExpandEvent.


Method Summary
 void treeWillCollapse(AWTTreeExpansionEvent event)
          Method which invoked before the tree collapsed and after the collapse of the node is requested
 void treeWillExpand(AWTTreeExpansionEvent event)
          Method which invoked before the tree expanded and after the expansion of the node is requested
 

Method Detail

treeWillExpand

public void treeWillExpand(AWTTreeExpansionEvent event)
Method which invoked before the tree expanded and after the expansion of the node is requested

Parameters:
event - The AWTTreeExpansionEvent

treeWillCollapse

public void treeWillCollapse(AWTTreeExpansionEvent event)
Method which invoked before the tree collapsed and after the collapse of the node is requested

Parameters:
event - The AWTTreeExpansionEvent

ElegantJ Trees Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.