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
379 B
15 lines
379 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
|
|
public interface TQFtpSignals {
|
|
void stateChanged(int arg1);
|
|
void listInfo(TQUrlInfo arg1);
|
|
void readyRead();
|
|
void dataTransferProgress(int arg1, int arg2);
|
|
void rawCommandReply(int arg1, String arg2);
|
|
void commandStarted(int arg1);
|
|
void commandFinished(int arg1, boolean arg2);
|
|
void done(boolean arg1);
|
|
}
|