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)
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)