|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiGetJobSignals
Method Summary | |
---|---|
void |
data(long id,
byte[] data)
Data from the slave has arrived. |
void |
mimetype(long id,
java.lang.String type)
Mimetype determined |
void |
result(long id)
File transfer completed. |
Method Detail |
---|
void data(long id, byte[] data)
id
- the id of the requestdata
- data received from the slave.
End of data (EOD) has been reached if data.size() == 0void mimetype(long id, java.lang.String type)
id
- the id of the requesttype
- the mime typevoid result(long id)
id
- the id of the request
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |