Package com.e1c.g5.v8.dt.model.updater
Interface IModelUpdaterController
-
public interface IModelUpdaterController
Model updater controller. Performs sheduling of specific model updates based on tracked model changes. Allows to add a well-defined update scenarios that are being executed asynchronously to the triggering model changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureContextCollector(IModelUpdaterConfigurationAcceptor configurationAcceptor)
void
schedule(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
-
-
-
Method Detail
-
configureContextCollector
void configureContextCollector(IModelUpdaterConfigurationAcceptor configurationAcceptor)
-
schedule
void schedule(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
-
-