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
public void modelElementChanged(Object node)
- Parameters:
node
- the modelelement that is changed
modelElementAdded
public void modelElementAdded(Object node)
- Parameters:
node
- the modelelement that is added
modelElementRemoved
public void modelElementRemoved(Object node)
- Parameters:
node
- the modelelement that is removed
structureChanged
public void structureChanged()
- the structure of the model is changed