|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraversalHandler
Receive notifications about a tree traversal.
Method Summary | |
---|---|
void |
enter(Tree tree)
Receives notification that the specified tree has just been entered. |
void |
leave(Tree tree)
Receives notification that the specified tree is about to be left. |
Method Detail |
---|
void enter(Tree tree)
tree
- the tree that has just been enteredvoid leave(Tree tree)
tree
- the tree that is about to be left
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |