Version: 1.1.1

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

Method Summary
 void modelCleared()
           
 void modelObjectChanged(T object1, T object2)
           
 void modelObjectInserted(T object)
           
 void modelObjectRemoved(T object)
           
 

Method Detail

modelCleared

void modelCleared()

modelObjectInserted

void modelObjectInserted(T object)

modelObjectRemoved

void modelObjectRemoved(T object)

modelObjectChanged

void modelObjectChanged(T object1,
                        T object2)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010