X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjavascript%2FJsCallBack.java;h=76d6e8d145c3da9f958380d13fadf1f4fc9274ec;hb=refs%2Fheads%2Fbug%2FJAL-3502wrappedScale;hp=dfc9bfea371999c345a7ae6c3eb51f3a4818d48d;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/javascript/JsCallBack.java b/src/jalview/javascript/JsCallBack.java index dfc9bfe..76d6e8d 100644 --- a/src/jalview/javascript/JsCallBack.java +++ b/src/jalview/javascript/JsCallBack.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -19,6 +19,7 @@ * The Jalview Authors are detailed in the 'AUTHORS' file. */ package jalview.javascript; + public interface JsCallBack { public jalview.appletgui.AlignFrame getAlignFrame();