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
421 B
Java
17 lines
421 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.QMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.qt.QTextCodec;
|
|
|
|
public interface KProcIOSignals {
|
|
/**
|
|
Emitted when the process is ready for reading.
|
|
@param pio the process that emitted the signal
|
|
@short Emitted when the process is ready for reading.
|
|
@see #enableReadSignals
|
|
*/
|
|
void readReady(KProcIO pio);
|
|
}
|