|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ItemInfoBuilder.Listener
A listener for receiving notifications about items built by the builders in this class.
| Method Summary | |
|---|---|
void |
createChildInfos(org.apache.jackrabbit.spi.NodeId id,
Iterator<org.apache.jackrabbit.spi.ChildInfo> childInfos)
Notification that new ChildInfos have been built. |
void |
createNodeInfo(org.apache.jackrabbit.spi.NodeInfo nodeInfo)
Notification that a new NodeInfo has been built. |
void |
createPropertyInfo(org.apache.jackrabbit.spi.PropertyInfo propertyInfo)
Notification that a new PropertyInfo has been built. |
| Method Detail |
|---|
void createNodeInfo(org.apache.jackrabbit.spi.NodeInfo nodeInfo)
NodeInfo has been built.
nodeInfo -
void createChildInfos(org.apache.jackrabbit.spi.NodeId id,
Iterator<org.apache.jackrabbit.spi.ChildInfo> childInfos)
ChildInfos have been built.
id - Id of the parent to which the childInfos belongchildInfos - void createPropertyInfo(org.apache.jackrabbit.spi.PropertyInfo propertyInfo)
PropertyInfo has been built.
propertyInfo -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||