com.infragistics.faces.tree.event
Interface ExpandTreeNodeListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener

public interface ExpandTreeNodeListener
extends javax.faces.event.FacesListener

A listener interface for receiving ExpandTreeNodeEvent. A class that is interested in receiving such events implements this interface, and then registers itself with the component by calling addNodeExpandListener().


Method Summary
 void processExpandTreeNode(ExpandTreeNodeEvent event)
           
 

Method Detail

processExpandTreeNode

public void processExpandTreeNode(ExpandTreeNodeEvent event)