You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
421 B
Java
15 lines
421 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
|
|
public interface QHttpSignals {
|
|
void stateChanged(int arg1);
|
|
void responseHeaderReceived(QHttpResponseHeader resp);
|
|
void readyRead(QHttpResponseHeader resp);
|
|
void dataSendProgress(int arg1, int arg2);
|
|
void dataReadProgress(int arg1, int arg2);
|
|
void requestStarted(int arg1);
|
|
void requestFinished(int arg1, boolean arg2);
|
|
void done(boolean arg1);
|
|
}
|