X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fstructure%2FSecondaryStructureListener.java;h=e3709d26c70a2bf1a4e195d8018e292ebfee6ee4;hb=c330d4dad8fc78c8ec1d5c35e5fc137836c9776d;hp=4ae917a4a94e8d48a6fedf605e6ae477155b37b2;hpb=bfa1ec36b19342ccdced621509f78dc527c3ad18;p=jalview.git diff --git a/src/jalview/structure/SecondaryStructureListener.java b/src/jalview/structure/SecondaryStructureListener.java index 4ae917a..e3709d2 100644 --- a/src/jalview/structure/SecondaryStructureListener.java +++ b/src/jalview/structure/SecondaryStructureListener.java @@ -1,13 +1,13 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) - * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle + * 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 @@ -21,5 +21,7 @@ import jalview.datamodel.*; public interface SecondaryStructureListener { + // TODO - redefine to allow RNA mouseovers to be passed back correctly to + // listeners public void mouseOverSequence(SequenceI sequence, int index); }