patch for JAL-820 and JAL-821
[jalview.git] / src / org / biojava / dasobert / eventmodel / FeatureListener.java
index 0091ef1..235c486 100755 (executable)
  * 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);
 
+}