org.kde.koala
public class SlaveInterface extends QObject
UNKNOWN: There are two classes that specifies the protocol between application (KIO.Job) and kioslave.
Constructor Summary | |
---|---|
protected | SlaveInterface(Class dummy) |
Method Summary | |
---|---|
String | className() |
Connection | connection() |
QMetaObject | metaObject() |
long | offset() |
int | progressId() |
void | sendResumeAnswer(boolean resume) Send our answer to the MSG_RESUME (canResume) request
(to tell the "put" job whether to resume or not) |
void | setConnection(Connection connection) |
void | setOffset(long offset) |
void | setProgressId(int id) |
UNKNOWN: Send our answer to the MSG_RESUME (canResume) request (to tell the "put" job whether to resume or not)