Package net.ssehub.easy.varModel.model
Interface IProjectListener
-
- All Superinterfaces:
IModelListener<Project>
- All Known Implementing Classes:
AttributeValuesPage.TemporaryAttributesConfiguration,Configuration
public interface IProjectListener extends IModelListener<Project>
Defines a project listener in order to inform interested parties about changes within a project instance. Currently, this class does only notify about the internal replacement of an entire project instance as the editor does not support incremental model updates. [retyping for convenience]- Author:
- Holger Eichelberger
-
-
Method Summary
-
Methods inherited from interface net.ssehub.easy.basics.modelManagement.IModelListener
notifyReplaced
-
-