Formatting
[jalview.git] / src / org / biojava / dasobert / eventmodel / FeatureListener.java
index 0091ef1..1ae5827 100755 (executable)
@@ -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);
 
+}