Package ubic.gemma.web.util.upload
Interface OutputStreamListener
-
- All Known Implementing Classes:
UploadListener
public interface OutputStreamListener
- Author:
- Original : plosson 10:09:38
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bytesRead(int bytesRead)
void
done()
void
error(String message)
void
start()
-
-
-
Method Detail
-
bytesRead
void bytesRead(int bytesRead)
-
done
void done()
-
error
void error(String message)
-
start
void start()
-
-