org.inb.biomoby.central.model
Interface ModelListener<T>
- All Known Implementing Classes:
- AbstractEntityTreePanel, AbstractMobyDatatypesTreePanel, AbstractMobyServicesTreePanel, AbstractServiceModelPanel, DatatypesGeneratorPanel, DatatypesModel, DataTypesTreeModel, MobyObjectPropertiesTableModel, NamespacesModel, ObjectTypeAnnotationPanel, ObjectTypeTableCellEditor.ObjectTypeComboBoxModel, RegistryComboBoxModel, ServiceAccessorGeneratorPanel, ServicesGeneratorPanel, ServicesModel, ServicesTreeModel
public interface ModelListener<T>
A listener interface that must be implemented in order to be registered with BioMoby models
- Author:
- Dmitry Repchevsky
modelCleared
void modelCleared()
modelObjectInserted
void modelObjectInserted(T object)
modelObjectRemoved
void modelObjectRemoved(T object)
modelObjectChanged
void modelObjectChanged(T object1,
T object2)
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010