JAL-3849 Remove join() which blocked the ui.
[jalview.git] / src / jalview / api / AlignCalcManagerI.java
index 9a6999d..005ecd7 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -32,7 +32,7 @@ public interface AlignCalcManagerI
    * 
    * @param worker
    */
-  void notifyStart(AlignCalcWorkerI worker);
+  void notifyStarted(AlignCalcWorkerI worker);
 
   /**
    * tell manager that a thread running worker's run() loop is ready to start
@@ -150,7 +150,7 @@ public interface AlignCalcManagerI
    * 
    * @param typeToRemove
    */
-  void removeRegisteredWorkersOfClass(
+  void removeWorkersOfClass(
           Class<? extends AlignCalcWorkerI> typeToRemove);
 
   /**