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