com.discoversites.util.collections.tree
Interface TreeAware


public interface TreeAware

Any object that needs to be aware that it is in a tree collection (for example if it needs to have access to it's siblings) should implement this interface.

Author:
Mark

Method Summary
 void setNode(TreeNode<?> node)
           
 

Method Detail

setNode

void setNode(TreeNode<?> node)
Parameters:
node - The node this element belongs to