|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--flatscape.util.RepositoryEventAdaptor
| Constructor Summary | |
RepositoryEventAdaptor(java.lang.String[] tags)
|
|
| Method Summary | |
void |
documentAdded(java.lang.String name,
org.w3c.dom.Document document)
Called by the repository when a document is added. |
void |
documentRemoved(java.lang.String name,
org.w3c.dom.Document document)
Called by the repository when a document is removed |
void |
nodeAdded(org.w3c.dom.Node node)
Called by the repository when a subtree is added |
void |
nodeRemoved(org.w3c.dom.Node node)
Called by the repository when a subtree is delete |
void |
nodeValueSet(org.w3c.dom.Node node,
java.lang.String value,
java.lang.String oldValue)
Called by the repository when a node value is set (added or changed) |
void |
propertyChange(org.w3c.dom.Element source,
java.lang.String name,
java.lang.Object oldValue,
java.lang.Object newValue)
Method to be overridden by extending classes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RepositoryEventAdaptor(java.lang.String[] tags)
| Method Detail |
public void propertyChange(org.w3c.dom.Element source,
java.lang.String name,
java.lang.Object oldValue,
java.lang.Object newValue)
source - the element which had a property changename - the name of the propertyoldValue - the old value of the propertynewValue - the new value of the propertypublic void nodeAdded(org.w3c.dom.Node node)
nodeAdded in interface ElementListenernode - public void nodeRemoved(org.w3c.dom.Node node)
nodeRemoved in interface ElementListener
public void nodeValueSet(org.w3c.dom.Node node,
java.lang.String value,
java.lang.String oldValue)
nodeValueSet in interface ElementListener
public void documentAdded(java.lang.String name,
org.w3c.dom.Document document)
documentAdded in interface DocumentListener
public void documentRemoved(java.lang.String name,
org.w3c.dom.Document document)
documentRemoved in interface DocumentListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||