X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2Fdialogrunner%2FDialogRunnerI.java;h=ce96bad25ff149ff7032d6811159d29db8b07592;hb=8b5ae15a094b5a90238bfe39ce10310ed92184d1;hp=fde80f7843a52154c51915df68f1b41a79e91ed0;hpb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;p=jalview.git diff --git a/src/jalview/util/dialogrunner/DialogRunnerI.java b/src/jalview/util/dialogrunner/DialogRunnerI.java index fde80f7..ce96bad 100644 --- a/src/jalview/util/dialogrunner/DialogRunnerI.java +++ b/src/jalview/util/dialogrunner/DialogRunnerI.java @@ -43,6 +43,8 @@ public interface DialogRunnerI */ DialogRunnerI setResponseHandler(Object response, Runnable action); + // DialogRunnerI setResponseHandler(Object response, Runnable action); + /** * Runs the registered handler (if any) for the given response. The default * action is to do nothing. Typically an action will be need on 'OK' or other