Methods Summary |
---|
public void | loadBegun(ModelNode node)Invoked when the input node has started loading
|
public void | loadComplete(ModelNode node)Invoked when the input node has finished loading.
|
public void | loadStarting(DocumentNode documentNode, java.io.InputStream is)Invoked when the document starts loading
|
public void | loadingFailed(DocumentNode documentNode, java.lang.Exception error)Invoked when a document error happened before finishing loading.
|
public void | modifiedNode(ModelNode node)Invoked when a node modification completed
|
public void | modifyingNode(ModelNode node)Invoked when a node is about to be modified
|
public void | modifyingNodeRendering(ModelNode node)Invoked when a node's rendering is about to be modified
|
public void | nodeInserted(ModelNode node)Invoked when a node has been inserted into the tree
|
public void | textInserted(ModelNode node)Invoked when a string has been appended, during a load
phase. This is only used when parsing a document and is
used in support of progressive download, like the other
loadXXX methods.
|