JAL-2629 tweaks to Information annotation updating
[jalview.git] / src / jalview / api / AlignViewportI.java
index bcee815..6b3cbe8 100644 (file)
@@ -500,11 +500,12 @@ public interface AlignViewportI extends ViewStyleI
   ProfilesI getHmmProfiles();
 
   /**
-   * Updates all information annotations.
+   * Registers and starts a worker thread to calculate Information Content
+   * annotation, if it is not already registered
    * 
    * @param ap
    */
-  void updateInformation(AlignmentViewPanel ap);
+  void initInformationWorker(AlignmentViewPanel ap);
 
   boolean isInfoLetterHeight();