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 Details

    • createNodeInfo

      void createNodeInfo(NodeInfo nodeInfo)
      Notification that a new NodeInfo has been built.
      Parameters:
      nodeInfo -
    • createChildInfos

      void createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)
      Notification that new ChildInfos have been built.
      Parameters:
      id - Id of the parent to which the childInfos belong
      childInfos -
    • createPropertyInfo

      void createPropertyInfo(PropertyInfo propertyInfo)
      Notification that a new PropertyInfo has been built.
      Parameters:
      propertyInfo -