DATATYPE - The type of object to be iterated.public interface IHierarchyWalkerCallback<DATATYPE> extends IBaseHierarchyWalker
| Modifier and Type | Method and Description |
|---|---|
void |
onItemAfterChildren(DATATYPE aItem)
Called after eventual children of the current item were iterated.
|
void |
onItemBeforeChildren(DATATYPE aItem)
Called before eventual children of the current item are iterated.
|
begin, end, getLevel, onLevelDown, onLevelUpvoid onItemBeforeChildren(DATATYPE aItem)
aItem - The current tree item. May be null.void onItemAfterChildren(DATATYPE aItem)
aItem - The current tree item. May be null.Copyright © 2006–2015 phloc systems. All rights reserved.