JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui.web
Interface TreeListener

All Known Implementing Classes:
Tree

public interface TreeListener

This interface defines events callbacks for a tree view.


Method Summary
 void onCollapseNode(String nodePath)
           
 void onExpandNode(String nodePath)
           
 void onSelectNode(String nodePath)
          Called when a node of the tree is selected by the user.
 

Method Detail

onSelectNode

public void onSelectNode(String nodePath)
Called when a node of the tree is selected by the user.


onExpandNode

public void onExpandNode(String nodePath)

onCollapseNode

public void onCollapseNode(String nodePath)

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli