Changeset 1026
- Timestamp:
- 10/09/06 19:09:07 (2 years ago)
- Location:
- branches/bioformats-omero
- Files:
-
- 2 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/bioformats-omero/src/ome/formats/testclient/ImportLibrary.java
r993 r1026 86 86 public abstract void step(int n); 87 87 } 88 89 /** 90 * empty implementation of {@link Step#step(int)}. Used when no call back 91 * is desired. 92 */ 93 final public static Step SimpleStep = new Step(){ 94 @Override public void step(int n) {} 95 }; 88 96 89 97 private static Log log = LogFactory.getLog(ImportLibrary.class);
