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

All Known Implementing Classes:
Gui.EditorFrame

public interface ModelsListener

Classes implementing this interface my get notification of any additions or deletions of Model instances. To receive these notifications, class instances must register themselves with Model#addModelListener. Note that you should instead implement ModelChangeListener to get nofications of changes to a specific model.

Author:
Michael Boyd (mboyd@doc.ic.ac.uk), Peter McBrien (pjm@doc.ic.ac.uk)

Method Summary
 void modelAdded(ModelChangeEvent sce)
           
 void modelRemoved(ModelChangeEvent sce)
           
 

Method Detail

modelAdded

void modelAdded(ModelChangeEvent sce)

modelRemoved

void modelRemoved(ModelChangeEvent sce)