Merge branch 'feature/JAL-2759' into merge/JAL-2759_2104
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index edbbbbf..b4612cf 100644 (file)
@@ -54,10 +54,19 @@ public interface JalviewStructureDisplayI
    *          if true, force close any linked external viewer process
    */
   void closeViewer(boolean closeExternalViewer);
+
   /**
    * apply a colourscheme to the structures in the viewer
+   * 
    * @param colourScheme
    */
   void setJalviewColourScheme(ColourSchemeI colourScheme);
 
+  /**
+   * 
+   * @return true if all background sequence/structure binding threads have
+   *         completed for this viewer instance
+   */
+  boolean hasMapping();
+
 }