|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that must be implemented by class that are interested in Node events. Copyright 2003 Sapient
| Method Summary | |
void |
childAdded(Node parent,
Node child)
Called when a child is added |
void |
childLoaded(Node parent,
Node child)
Called when a node is loaded from the backing data store |
void |
nodeModified(Node node)
Called when a node is modified. |
void |
nodeRemoved(String removedNodeName)
Called when a node is removed |
| Method Detail |
public void nodeModified(Node node)
node - the node that has been modified
public void childAdded(Node parent,
Node child)
parent - the node the child was added tochild - the child that was added
public void childLoaded(Node parent,
Node child)
parent - the node that loaded the childchild - the child that was loadedpublic void nodeRemoved(String removedNodeName)
removedNodeName - the absolute name of the removed node
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||