uk.ac.ic.doc.automed.reps
Interface SchemasListener
- All Known Implementing Classes:
- Gui.EditorFrame
public interface SchemasListener
Classes implementing this interface my get notification of
any additions or deletions of Schema instances. To receive
these notifications, class instances must register themselves with
Schema#addSchemaListener. Note that you should instead
implement SchemaChangeListener to get nofications of changes
to a specific schema.
- Author:
- Michael Boyd
(mboyd@doc.ic.ac.uk), Peter McBrien
(pjm@doc.ic.ac.uk)
schemaAdded
void schemaAdded(SchemaChangeEvent sce)
schemaRemoved
void schemaRemoved(SchemaChangeEvent sce)