JAL-3518 basic refactoring / pull up of superposeStructures; to tidy!
[jalview.git] / src / jalview / appletgui / AppletJmolBinding.java
index dd6dea3..9a72b2e 100644 (file)
@@ -174,4 +174,11 @@ class AppletJmolBinding extends JalviewJmolBinding
   {
     return null;
   }
+
+  @Override
+  protected void sendAsynchronousCommand(String command, String progressMsg)
+  {
+    // TODO Auto-generated method stub
+    
+  }
 }