merge from 2_4_Release branch
[jalview.git] / src / org / biojava / dasobert / eventmodel / FeatureListener.java
index 1ae5827..235c486 100755 (executable)
  */
 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);