You can not 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
435 B
15 lines
435 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
|
|
public interface TQHttpSignals {
|
|
void stateChanged(int arg1);
|
|
void responseHeaderReceived(TQHttpResponseHeader resp);
|
|
void readyRead(TQHttpResponseHeader 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);
|
|
}
|