|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
XMLDocumentListener is used to notify objects of a change to the XMLDocument.
XMLDocument
Method Summary | |
void |
propertyChanged(XMLDocument source,
String key,
String oldValue)
Called when a property associated with the XMLDocument has changed. |
void |
structureChanged(XMLDocument source,
AdapterNode location)
Called when the structure of the XMLDocument has changed. |
Method Detail |
public void propertyChanged(XMLDocument source, String key, String oldValue)
source
- The source XMLDocumentkey
- the key to the property that changedoldValue
- the previous value of this key, null if there was nonepublic void structureChanged(XMLDocument source, AdapterNode location)
source
- The source XMLDocumentlocation
- The AdapterNode location where the change occurred.
If a node was removed then this is the parent of the
node that was removed. This could be null if the location
is unknown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |