JAL-4265 Added saveState and restoreState to interface with no-op methods in abstract...
[jalview.git] / src / jalview / structure / StructureCommandsI.java
index 575f256..2b3502d 100644 (file)
@@ -245,4 +245,8 @@ public interface StructureCommandsI
   StructureCommandI getResidueAttributes(String attName);
 
   List<StructureCommandI> centerViewOn(List<AtomSpecModel> residues);
+
+  StructureCommandI saveState(String label);
+
+  StructureCommandI restoreState(String label);
 }