public interface IBaseHierarchyWalker
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Called before the tree walking starts.
|
void |
end()
Called after the tree walking ended.
|
int |
getLevel() |
void |
onLevelDown()
Called before the tree walker descends into the next tree level.
|
void |
onLevelUp()
Called after the tree walker ascends into the previous tree level.
|
void begin()
void onLevelDown()
@Nonnegative int getLevel()
void onLevelUp()
void end()
Copyright © 2006–2014 phloc systems. All rights reserved.