na pdb: highlight any part of a residue, not just the CA atom
[jalview.git] / src / jalview / gui / IProgressIndicator.java
index 43f3cec..30953fe 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)\r
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1)\r
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  * \r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -37,5 +37,12 @@ public interface IProgressIndicator
    *                unique handle for this indicator\r
    */\r
   public abstract void setProgressBar(String message, long id);\r
+  /**\r
+   * register a handler for the progress bar identified by id\r
+   * @param id\r
+   * @param handler\r
+   */\r
+  public abstract void registerHandler(long id, IProgressIndicatorHandler handler);\r
+  \r
 \r
 }\r