|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputStreamListener
This interface is used to listen for events on an OutputStream.
| Method Summary | |
|---|---|
void |
bytesRead(int bytesRead)
Called when bytes are read from the output stream. |
void |
done()
Called when reading from the output stream is completed. |
void |
error(java.lang.String message)
Called if there was an error reading from the output stream. |
void |
start()
Called when reading from the output stream is started. |
| Method Detail |
|---|
void start()
void bytesRead(int bytesRead)
bytesRead - the number of bytes read from the stream.void error(java.lang.String message)
message - the error message.void done()
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||