org.argouml.ui.explorer
Interface TreeModelUMLEventListener
- All Known Implementing Classes:
- ExplorerTreeModel
public interface TreeModelUMLEventListener
An interface to decouple Explorer event adaptors from interested models.
- Since:
- 0.15.2
modelElementChanged
void modelElementChanged(java.lang.Object element)
- Parameters:
element - the modelelement that is changed
modelElementAdded
void modelElementAdded(java.lang.Object element)
- Parameters:
element - the modelelement that is added
modelElementRemoved
void modelElementRemoved(java.lang.Object element)
- Parameters:
element - the modelelement that is removed
structureChanged
void structureChanged()
- The structure of the model is changed in an undefined way
and needs to be rebuilt from scratch.