- All Known Subinterfaces:
- BottomNodeCallback, EveryNodeCallback, SkipNodeAndSubTreesCallback, SkipStepDownCallback, StepUpCallback
public interface NodeCallback
Marks objects that can be passed into a tree walker, and which are called at a certain stages of the
walking-procedure. The exact stage, when the callbacks are called, are defined by the sub types of this interface.