Interface ItemInfoBuilder.Listener
- Enclosing class:
ItemInfoBuilder
public static interface ItemInfoBuilder.Listener
A listener for receiving notifications about items built by the builders in this class.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateChildInfos(NodeId id, Iterator<ChildInfo> childInfos) Notification that newChildInfos have been built.voidcreateNodeInfo(NodeInfo nodeInfo) Notification that a newNodeInfohas been built.voidcreatePropertyInfo(PropertyInfo propertyInfo) Notification that a newPropertyInfohas been built.
-
Method Details
-
createNodeInfo
Notification that a newNodeInfohas been built.- Parameters:
nodeInfo-
-
createChildInfos
Notification that newChildInfos have been built.- Parameters:
id- Id of the parent to which thechildInfosbelongchildInfos-
-
createPropertyInfo
Notification that a newPropertyInfohas been built.- Parameters:
propertyInfo-
-