Package com.e1c.g5.v8.dt.model.updater
Interface IModelUpdaterController
- 
 public interface IModelUpdaterControllerModel 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureContextCollector(IModelUpdaterConfigurationAcceptor configurationAcceptor)voidschedule(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
 
- 
- 
- 
Method Detail- 
configureContextCollectorvoid configureContextCollector(IModelUpdaterConfigurationAcceptor configurationAcceptor) 
 - 
schedulevoid schedule(ModelUpdaterContext topObjectContext, IBmModel model, org.eclipse.core.runtime.IProgressMonitor progressMonitor) 
 
- 
 
-