uk.ac.ic.doc.automed.reps
Interface ModelChangeListener


public interface ModelChangeListener

An instance of this class describes some class that wants to be informed about changes associated with the Model class.

Author:
Peter McBrien (pjm@doc.ic.ac.uk)

Method Summary
 void constructAdded(ModelChangeEvent mce)
           
 void constructChanged(ModelChangeEvent mce)
           
 void constructRemoved(ModelChangeEvent mce)
           
 void modelChanged(ModelChangeEvent mce)
           
 void modelRemoved(ModelChangeEvent mce)
           
 

Method Detail

constructAdded

void constructAdded(ModelChangeEvent mce)

constructRemoved

void constructRemoved(ModelChangeEvent mce)

constructChanged

void constructChanged(ModelChangeEvent mce)

modelRemoved

void modelRemoved(ModelChangeEvent mce)

modelChanged

void modelChanged(ModelChangeEvent mce)