]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.structural.synchronization/src/org/simantics/structural/synchronization/utils/ModuleUpdaterFactoryBase.java
Required changes in Spreadsheet
[simantics/platform.git] / bundles / org.simantics.structural.synchronization / src / org / simantics / structural / synchronization / utils / ModuleUpdaterFactoryBase.java
1 package org.simantics.structural.synchronization.utils;
2
3 public interface ModuleUpdaterFactoryBase<T extends ComponentBase<T>> {
4
5     public ModuleUpdaterBase<T> createUpdater(String id) throws Exception;
6
7 }