|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ReloadDocumentListener to notify when a JDOM Document has been changed
Method Summary | |
void |
documentSaved(ReloadSchemaDocument doc)
The ReloadDocument is saved |
void |
elementAdded(ReloadDocumentListenerEvent event)
A new element is added to the ReloadDocument, update the User Interface |
void |
elementChanged(ReloadDocumentListenerEvent event)
An element value has been changed in the ReloadDocument, update the User Interface |
void |
elementRemoved(ReloadDocumentListenerEvent event)
An element has been removed from the ReloadDocument, update the User Interface |
Method Detail |
public void elementAdded(ReloadDocumentListenerEvent event)
event
- the ReloadDocumentListenerEventpublic void elementRemoved(ReloadDocumentListenerEvent event)
event
- the ReloadDocumentListenerEventpublic void elementChanged(ReloadDocumentListenerEvent event)
event
- the ReloadDocumentListenerEventpublic void documentSaved(ReloadSchemaDocument doc)
doc
- the ReloadDocument concerned
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |