JAL-961 JAL-975 extend api to support removal of workers no-longer required by the...
[jalview.git] / src / jalview / api / AlignCalcWorkerI.java
index 00f967a..7c14786 100644 (file)
@@ -8,4 +8,6 @@ public interface AlignCalcWorkerI extends Runnable
   public boolean involves(AlignmentAnnotation annot);
 
   public void updateAnnotation();
+
+  void removeOurAnnotation();
 }