Merge branch 'JAL-1483_29dev' into develop
[jalview.git] / src / jalview / api / AlignViewControllerGuiI.java
index b9638e5..4010e8b 100644 (file)
@@ -20,6 +20,8 @@
  */
 package jalview.api;
 
+import jalview.commands.CommandI;
+
 /**
  * Interface implemented by gui implementations managing a Jalview Alignment
  * View
@@ -37,4 +39,6 @@ public interface AlignViewControllerGuiI
    */
   void setStatus(String string);
 
+  void addHistoryItem(CommandI command);
+
 }