VdexReload 1.1.3 API

uk.ac.reload.moonunit.dom
Class ReloadDocumentListenerAdapter

java.lang.Object
  extended byuk.ac.reload.moonunit.dom.ReloadDocumentListenerAdapter
All Implemented Interfaces:
ReloadDocumentListener

public class ReloadDocumentListenerAdapter
extends java.lang.Object
implements ReloadDocumentListener

A convenience Adapter fo The ReloadDocumentListener


Constructor Summary
ReloadDocumentListenerAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadDocumentListenerAdapter

public ReloadDocumentListenerAdapter()
Method Detail

elementAdded

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

Specified by:
elementAdded in interface ReloadDocumentListener
Parameters:
event - the ReloadDocumentListenerEvent

elementRemoved

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

Specified by:
elementRemoved in interface ReloadDocumentListener
Parameters:
event - the ReloadDocumentListenerEvent

elementChanged

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

Specified by:
elementChanged in interface ReloadDocumentListener
Parameters:
event - the ReloadDocumentListenerEvent

documentSaved

public void documentSaved(ReloadSchemaDocument doc)
The ReloadDocument is saved

Specified by:
documentSaved in interface ReloadDocumentListener
Parameters:
doc - the ReloadDocument concerned

VdexReload 1.1.3 API