VdexReload 1.1.3 API

uk.ac.reload.moonunit.dom
Interface ReloadDocumentListener

All Known Implementing Classes:
ContentPackageEditor, ManifestTree, MetadataEditorFrame, MetadataField, MetadataTreeTable, ReloadAttributeEditor, ReloadDocumentListenerAdapter, ReloadElementEditor, VocabularyEditorFrame, VocabularyField, VocabularyTreeTable

public interface ReloadDocumentListener

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

elementAdded

public void elementAdded(ReloadDocumentListenerEvent event)
A new element is added to the ReloadDocument, update the User Interface

Parameters:
event - the ReloadDocumentListenerEvent

elementRemoved

public void elementRemoved(ReloadDocumentListenerEvent event)
An element has been removed from the ReloadDocument, update the User Interface

Parameters:
event - the ReloadDocumentListenerEvent

elementChanged

public void elementChanged(ReloadDocumentListenerEvent event)
An element value has been changed in the ReloadDocument, update the User Interface

Parameters:
event - the ReloadDocumentListenerEvent

documentSaved

public void documentSaved(ReloadSchemaDocument doc)
The ReloadDocument is saved

Parameters:
doc - the ReloadDocument concerned

VdexReload 1.1.3 API