merge from 2_4_Release branch
[jalview.git] / src / org / biojava / dasobert / eventmodel / ObjectListener.java
index b5acf89..a19ae4d 100755 (executable)
  */
 package org.biojava.dasobert.eventmodel;
 
-/** an interface for the listeners of new PDB code requested / new Uniprot code requested
- *
+/**
+ * an interface for the listeners of new PDB code requested / new Uniprot code
+ * requested
+ * 
  * @author Andreas Prlic
- *
+ * 
  */
 public interface ObjectListener
 {
 
-  /** a new object has been requested
-   *
+  /**
+   * a new object has been requested
+   * 
    * @param accessionCode
    */
   public void newObjectRequested(String accessionCode);
 
-  /** no object with that accessionCode has been found
-   *
+  /**
+   * no object with that accessionCode has been found
+   * 
    * @param accessionCode
    */
   public void noObjectFound(String accessionCode);