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.
17 lines
689 B
Java
17 lines
689 B
Java
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
11 years ago
|
package org.trinitydesktop.qt;
|
||
15 years ago
|
|
||
|
|
||
13 years ago
|
public interface TQNetworkProtocolSignals {
|
||
|
void data(byte[] arg1, TQNetworkOperation res);
|
||
15 years ago
|
void connectionStateChanged(int state, String data);
|
||
13 years ago
|
void finished(TQNetworkOperation res);
|
||
|
void start(TQNetworkOperation res);
|
||
|
// void newChildren(const TQValueList<TQUrlInfo>& arg1,TQNetworkOperation* arg2); >>>> NOT CONVERTED
|
||
|
void newChild(TQUrlInfo arg1, TQNetworkOperation res);
|
||
|
void createdDirectory(TQUrlInfo arg1, TQNetworkOperation res);
|
||
|
void removed(TQNetworkOperation res);
|
||
|
void itemChanged(TQNetworkOperation res);
|
||
|
void dataTransferProgress(int bytesDone, int bytesTotal, TQNetworkOperation res);
|
||
15 years ago
|
}
|