X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fbiojava%2Fdasobert%2Feventmodel%2FFeatureListener.java;h=1ae5827d4c31e6ac93976bf0948a76c34324313a;hb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;hp=0091ef1f2e7b33f2ef260168e8b8dbef611109fb;hpb=dd74fc4938723fe5ec48d4e5fdcfbe58ac42a48d;p=jalview.git diff --git a/src/org/biojava/dasobert/eventmodel/FeatureListener.java b/src/org/biojava/dasobert/eventmodel/FeatureListener.java index 0091ef1..1ae5827 100755 --- a/src/org/biojava/dasobert/eventmodel/FeatureListener.java +++ b/src/org/biojava/dasobert/eventmodel/FeatureListener.java @@ -16,7 +16,7 @@ * at: * * http://www.biojava.org/ - * + * * Created on Oct 28, 2005 * */ @@ -25,25 +25,21 @@ package org.biojava.dasobert.eventmodel; //import org.biojava.spice.multipanel.eventmodel.FeatureEvent; /** a feature listener that returns the raw features as returned by a DAS source. - * - */ -public interface FeatureListener { - - /** new features have been returned from the Annotation server - * - * @param e - */ - public void newFeatures(FeatureEvent e); - - /** the server says that he is busy and we should try again in x seconds - * - * @param e - */ - public void comeBackLater(FeatureEvent e); - -} + * + */ +public interface FeatureListener +{ + + /** new features have been returned from the Annotation server + * + * @param e + */ + public void newFeatures(FeatureEvent e); - - - + /** the server says that he is busy and we should try again in x seconds + * + * @param e + */ + public void comeBackLater(FeatureEvent e); +}