package org.simantics.spreadsheet.common.cell; import org.simantics.db.layer0.variable.VariableSpaceManipulator.Modification; public interface SheetManipulator { void post(Modification modification); }