X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjavascript%2FJsCallBack.java;h=f920071a08811949b298b9e28396169dcd0d8e24;hb=7b3215a40ae93915da4026d5877ebbe447c1fc7e;hp=b34be766cf5255029c91e133013fb7bad56f82aa;hpb=1786b6dbaf15f405c2e364f84891612ed0da3405;p=jalview.git diff --git a/src/jalview/javascript/JsCallBack.java b/src/jalview/javascript/JsCallBack.java index b34be76..f920071 100644 --- a/src/jalview/javascript/JsCallBack.java +++ b/src/jalview/javascript/JsCallBack.java @@ -1,8 +1,25 @@ -package jalview.javascript; +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) + * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + */package jalview.javascript; public interface JsCallBack { public jalview.appletgui.AlignFrame getAlignFrame(); + public String getListenerFunction(); - + }