JAL-3905 Fix: wait for response when sending mouseovers. Combined remove old label...
[jalview.git] / src / jalview / structures / models / AAStructureBindingModel.java
index 748381f..f1f2d30 100644 (file)
@@ -1075,7 +1075,10 @@ public abstract class AAStructureBindingModel
    * executed.
    * <p>
    * If a reply is wanted, the execution is done synchronously (waits),
-   * otherwise it is done in a separate thread (doesn't wait).
+   * otherwise it is done in a separate thread (doesn't wait). WARNING: if you
+   * are sending commands that need to execute before later calls to
+   * executeCommand (e.g. mouseovers, which clean up after previous ones) then
+   * set getReply true to ensure that commands are not executed out of order.
    * 
    * @param getReply
    * @param msg