DATATYPE - The type of object in the hierarchy to be iteratedpublic class DefaultHierarchyWalkerDynamicCallback<DATATYPE> extends DefaultHierarchyWalker implements IHierarchyWalkerDynamicCallback<DATATYPE>
IHierarchyWalkerDynamicCallback
interface doing nothing.| Constructor and Description |
|---|
DefaultHierarchyWalkerDynamicCallback() |
DefaultHierarchyWalkerDynamicCallback(int nInitialLevel) |
| Modifier and Type | Method and Description |
|---|---|
EHierarchyCallbackReturn |
onItemAfterChildren(DATATYPE aItem)
Called after eventual children of the current item were iterated.
|
EHierarchyCallbackReturn |
onItemBeforeChildren(DATATYPE aItem)
Called before eventual children of the current item are iterated.
|
begin, end, getLevel, onLevelDown, onLevelUpclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbegin, end, getLevel, onLevelDown, onLevelUppublic DefaultHierarchyWalkerDynamicCallback()
public DefaultHierarchyWalkerDynamicCallback(int nInitialLevel)
@OverrideOnDemand @Nonnull public EHierarchyCallbackReturn onItemBeforeChildren(DATATYPE aItem)
IHierarchyWalkerDynamicCallbackonItemBeforeChildren in interface IHierarchyWalkerDynamicCallback<DATATYPE>aItem - The current item. May be null.null status code that determines how to continue
iteration.@OverrideOnDemand @Nonnull public EHierarchyCallbackReturn onItemAfterChildren(DATATYPE aItem)
IHierarchyWalkerDynamicCallbackonItemAfterChildren in interface IHierarchyWalkerDynamicCallback<DATATYPE>aItem - The current item. May be null.null status code that determines how to continue
iteration.Copyright © 2006–2014 phloc systems. All rights reserved.