JAL-3878 Add isInteractive() method to Operation interface.
[jalview.git] / src / jalview / ws2 / operations / Operation.java
index 88f3ff5..a7b229d 100644 (file)
@@ -18,5 +18,7 @@ public interface Operation
 
   public boolean isNucleotideOperation();
 
+  public boolean isInteractive();
+
   public MenuEntryProviderI getMenuBuilder();
 }