-
Method Summary
Invoked when iteration goes upper to parents in a tree hierarchy.
Invoked when iteration goes deeper to children which becomes new parent in a tree hierarchy.
void
void
void
void
-
Method Details
-
notifyItemStarts
void notifyItemStarts(I item)
-
notifyProcessingChildren
void notifyProcessingChildren()
Not invoked for leafs.
-
notifyChildrenProcessed
void notifyChildrenProcessed()
Not invoked for leafs.
-
notifyItemEnds
void notifyItemEnds()
-
backToPreviousParent
Invoked when iteration goes upper to parents in a tree hierarchy.
- Specified by:
backToPreviousParent in interface TraverseHandler<I,O>
- Returns:
- handler of previous depth.
-
forwardToNewParent
Invoked when iteration goes deeper to children which becomes new parent in a tree hierarchy.
- Specified by:
forwardToNewParent in interface TraverseHandler<I,O>
- Returns:
- handler of deeper depth level.