public static interface ItemInfoBuilder.Listener
Modifier and Type | Method and Description |
---|---|
void |
createChildInfos(NodeId id,
Iterator<ChildInfo> childInfos)
Notification that new
ChildInfo s have been built. |
void |
createNodeInfo(NodeInfo nodeInfo)
Notification that a new
NodeInfo has been built. |
void |
createPropertyInfo(PropertyInfo propertyInfo)
Notification that a new
PropertyInfo has been built. |
void createNodeInfo(NodeInfo nodeInfo)
NodeInfo
has been built.nodeInfo
- void createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)
ChildInfo
s have been built.id
- Id of the parent to which the childInfos
belongchildInfos
- void createPropertyInfo(PropertyInfo propertyInfo)
PropertyInfo
has been built.propertyInfo
- Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.