org.apache.jackrabbit.spi.commons
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
 void createChildInfos(NodeId id, Iterator<ChildInfo> childInfos)
          Notification that new ChildInfos 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 bult.
 

Method Detail

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 bult.

Parameters:
propertyInfo -


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.