X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fbiojava%2Fdasobert%2Feventmodel%2FFeatureListener.java;h=235c486b0e71b56b3db00bc1d6dbea3827a56383;hb=66616c7a1c2e1d72e98573258b14cd23b5e45ea7;hp=0091ef1f2e7b33f2ef260168e8b8dbef611109fb;hpb=ac8acb905e84708b759ae1e87eaf6691d9376d57;p=jalview.git diff --git a/src/org/biojava/dasobert/eventmodel/FeatureListener.java b/src/org/biojava/dasobert/eventmodel/FeatureListener.java index 0091ef1..235c486 100755 --- a/src/org/biojava/dasobert/eventmodel/FeatureListener.java +++ b/src/org/biojava/dasobert/eventmodel/FeatureListener.java @@ -16,34 +16,33 @@ * at: * * http://www.biojava.org/ - * + * * Created on Oct 28, 2005 * */ 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 - * - * @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); +}