Java Doc for TreeTraversalCallBack.java in » J2EE » Sofia » com » salmonllc » html » treeControl » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This interface must be implemented by any class that wants to watch a tree being traversed.
A class implementing this interface can be passed to the traverse() method in the tree buffer class.
The tree buffer will traverse the tree and notify the class by calling the callBack method once for each node traversed.