]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/cell/SheetManipulator.java
149bb2117be59f1f80767b6e9460bfc5a836ead2
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / cell / SheetManipulator.java
1 package org.simantics.spreadsheet.common.cell;\r
2 \r
3 import org.simantics.db.layer0.variable.VariableSpaceManipulator.Modification;\r
4 \r
5 public interface SheetManipulator {\r
6 \r
7         void post(Modification modification);\r
8         \r
9 }\r