X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fbiojava%2Fdasobert%2Feventmodel%2FFeatureListener.java;h=235c486b0e71b56b3db00bc1d6dbea3827a56383;hb=506d60f0e188723ddc91c26824b41ac7034df3fe;hp=1ae5827d4c31e6ac93976bf0948a76c34324313a;hpb=60f2d6c034560415fd0139c8bc7df0c19cae1186;p=jalview.git diff --git a/src/org/biojava/dasobert/eventmodel/FeatureListener.java b/src/org/biojava/dasobert/eventmodel/FeatureListener.java index 1ae5827..235c486 100755 --- a/src/org/biojava/dasobert/eventmodel/FeatureListener.java +++ b/src/org/biojava/dasobert/eventmodel/FeatureListener.java @@ -22,22 +22,25 @@ */ package org.biojava.dasobert.eventmodel; -//import org.biojava.spice.multipanel.eventmodel.FeatureEvent; +// import org.biojava.spice.multipanel.eventmodel.FeatureEvent; -/** a feature listener that returns the raw features as returned by a DAS source. - * +/** + * 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 - * + /** + * 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 - * + /** + * the server says that he is busy and we should try again in x seconds + * * @param e */ public void comeBackLater(FeatureEvent e);