|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TraversalCallback
An implementation of this interface is passed to the traverse method of a Node to implement the traversal operation.
| Method Summary | |
|---|---|
boolean |
traversalCheckGroup(GroupNode group)
This method is called for each Group in the traversal. |
boolean |
traversalOperation(Node node)
This method is called for each Node in the traversed Group. |
| Method Detail |
|---|
boolean traversalOperation(Node node)
node - the current Node in the traversal
boolean traversalCheckGroup(GroupNode group)
group - the Group to be checked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||