org.kde.koala
public interface MultiGetJobSignals
Method Summary | |
---|---|
void | data(long id, byte[] data)
Data from the slave has arrived. |
void | mimetype(long id, String type)
Mimetype determined |
void | result(long id)
File transfer completed.
|
Parameters: id the id of the request data data received from the slave. End of data (EOD) has been reached if data.size() == 0
UNKNOWN: Data from the slave has arrived.
Parameters: id the id of the request type the mime type
UNKNOWN: Mimetype determined
Parameters: id the id of the request
UNKNOWN: File transfer completed.