javatidy
[jalview.git] / src / jalview / api / AlignCalcManagerI.java
index e9b625b..a7b17c6 100644 (file)
@@ -7,7 +7,7 @@ import jalview.datamodel.AlignmentAnnotation;
 public interface AlignCalcManagerI
 {
 
-  
+
   /**
    * tell manager that a worker is initialised and has started to run
    * @param worker
@@ -41,7 +41,7 @@ public interface AlignCalcManagerI
   void workerCannotRun(AlignCalcWorkerI worker);
 
   /**
-   * indicate that a worker like this may be run on the platform.  
+   * indicate that a worker like this may be run on the platform.
    * @param worker of class to be removed from the execution blacklist
    */
   void workerMayRun(AlignCalcWorkerI worker);
@@ -52,7 +52,7 @@ public interface AlignCalcManagerI
   void startWorker(AlignCalcWorkerI worker);
 
   /**
-   * 
+   *
    * @param worker
    * @return
    */
@@ -64,7 +64,7 @@ public interface AlignCalcManagerI
    */
   boolean isWorking();
 
-  
+
   /**
    * register a restartable worker
    * @param worker
@@ -72,25 +72,25 @@ public interface AlignCalcManagerI
   void registerWorker(AlignCalcWorkerI worker);
 
   /**
-   * restart any registered workers 
+   * restart any registered workers
    */
   void restartWorkers();
 
   /**
-   * 
+   *
    * @param alignmentAnnotation
    * @return true if a currently registered and working worker indicates its involvement with the given alignmentAnnotation
    */
   boolean workingInvolvedWith(AlignmentAnnotation alignmentAnnotation);
 
   /**
-   * kick any known instances of the given worker class to update their annotation 
+   * kick any known instances of the given worker class to update their annotation
    * @param workerClass
    */
   void updateAnnotationFor(Class workerClass);
 
   /**
-   * return any registered workers of the given class 
+   * return any registered workers of the given class
    * @param workerClass
    * @return null or one or more workers of the given class
    */