JAL-1173 - trap redraw buffer OOM errors. needs a test case - since the dialog doesn...
[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();
 }