]> gerrit.simantics Code Review - simantics/platform.git/blob - spreadsheet/SheetCommands.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / spreadsheet / SheetCommands.java
1 package org.simantics.spreadsheet;
2
3 public interface SheetCommands {
4
5     void saveState();
6 }