Updated with latest from mchmmer branch
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index fd66388..b4612cf 100644 (file)
@@ -62,4 +62,11 @@ public interface JalviewStructureDisplayI
    */
   void setJalviewColourScheme(ColourSchemeI colourScheme);
 
+  /**
+   * 
+   * @return true if all background sequence/structure binding threads have
+   *         completed for this viewer instance
+   */
+  boolean hasMapping();
+
 }