Uses of Interface
net.ssehub.easy.basics.modelManagement.IModelReloadListener
-
Packages that use IModelReloadListener Package Description de.uni_hildesheim.sse.ui de.uni_hildesheim.sse.vil.templatelang.ui net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.). -
-
Uses of IModelReloadListener in de.uni_hildesheim.sse.ui
Classes in de.uni_hildesheim.sse.ui that implement IModelReloadListener Modifier and Type Class Description classBuildModelListenerAde.uni_hildesheim.sse.easy_producer.instantiator.model.buildlangModel.Scriptlistener, which receives notifications about changes of the build model and then forces an update of thede.uni_hildesheim.sse.ui.XtextEditorinstance that is used to edit the corresponding document in which the script is defined.classVarModelListenerAde.uni_hildesheim.sse.model.varModel.Projectlistener, which receives notifications about changes of the variability model and then forces an update of thede.uni_hildesheim.sse.ui.XtextEditorinstance that is used to edit the corresponding document in which the variability model is defined. -
Uses of IModelReloadListener in de.uni_hildesheim.sse.vil.templatelang.ui
Classes in de.uni_hildesheim.sse.vil.templatelang.ui that implement IModelReloadListener Modifier and Type Class Description classTemplateModelListenerAde.uni_hildesheim.sse.easy_producer.instantiator.model.templateModel.Templatelistener, which receives notifications about changes of the template model and then forces an update of thede.uni_hildesheim.sse.ui.XtextEditorinstance that is used to edit the corresponding document in which the template is defined. -
Uses of IModelReloadListener in net.ssehub.easy.basics.modelManagement
Fields in net.ssehub.easy.basics.modelManagement with type parameters of type IModelReloadListener Modifier and Type Field Description private java.util.Map<M,java.util.List<IModelReloadListener<M>>>ModelEvents. modelReloadListenersMethods in net.ssehub.easy.basics.modelManagement with parameters of type IModelReloadListener Modifier and Type Method Description voidModelEvents. addReloadListener(M model, IModelReloadListener<M> listener)Adds a model reload listener for the specified model.booleanModelEvents. removeModelReloadListener(M model, IModelReloadListener<M> listener)Removes a model reload listener from the specified model.
-