JAL-845 linked protein/dna 'slave' further PoC functionality
[jalview.git] / src / jalview / structure / CommandListener.java
index 66f39fe..e5f3e36 100644 (file)
@@ -20,9 +20,11 @@ public interface CommandListener
    * @param command
    * @param undo
    * @param ssm
+   * @param source
+   *          the originator of the command
    */
   public void mirrorCommand(CommandI command, boolean undo,
-          StructureSelectionManager ssm);
+          StructureSelectionManager ssm, VamsasSource source);
 
   /**
    * Temporary workaround to make check for source == listener work.