X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FSheetManipulator.java;fp=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fcell%2FSheetManipulator.java;h=149bb2117be59f1f80767b6e9460bfc5a836ead2;hp=0000000000000000000000000000000000000000;hb=969bd23cab98a79ca9101af33334000879fb60c5;hpb=866dba5cd5a3929bbeae85991796acb212338a08 diff --git a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java new file mode 100644 index 000000000..149bb2117 --- /dev/null +++ b/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java @@ -0,0 +1,9 @@ +package org.simantics.spreadsheet.common.cell; + +import org.simantics.db.layer0.variable.VariableSpaceManipulator.Modification; + +public interface SheetManipulator { + + void post(Modification modification); + +}