licencing and format applied (eclipse)
[jalview.git] / src / jalview / gui / IProgressIndicator.java
index d88c05f..43f3cec 100644 (file)
@@ -20,16 +20,21 @@ package jalview.gui;
 \r
 /**\r
  * Visual progress indicator interface.\r
+ * \r
  * @author JimP\r
- *\r
+ * \r
  */\r
 public interface IProgressIndicator\r
 {\r
   /**\r
-   * Visual indication of some operation taking place. \r
-   * On first call with a particular ID an indicator with the given message is added. The indicator is removed with a second call with same ID. \r
-   * @param message - displayed message for operation\r
-   * @param id - unique handle for this indicator\r
+   * Visual indication of some operation taking place. On first call with a\r
+   * particular ID an indicator with the given message is added. The indicator\r
+   * is removed with a second call with same ID.\r
+   * \r
+   * @param message -\r
+   *                displayed message for operation\r
+   * @param id -\r
+   *                unique handle for this indicator\r
    */\r
   public abstract void setProgressBar(String message, long id);\r
 \r