|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DownloadStreamWaiter
Interface for objects that are waiting for download stream.
| Method Summary | |
|---|---|
void |
error(int errorCode,
java.lang.String message)
Error notification with codes from DownloadStreamOpener |
void |
streamOpened(java.io.InputStream stream)
Give opened stream to waiter. |
| Method Detail |
|---|
void streamOpened(java.io.InputStream stream)
throws java.io.IOException
stream - opened stream
java.io.IOException - exception thrown during data reading from stream
void error(int errorCode,
java.lang.String message)
DownloadStreamOpener
errorCode - error codemessage - additional message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||