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.
24 lines
660 B
Java
24 lines
660 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.koala;
|
|
|
|
import org.kde.qt.Qt;
|
|
import org.kde.qt.QMetaObject;
|
|
import org.kde.qt.QtSupport;
|
|
import org.kde.qt.QObject;
|
|
|
|
/**
|
|
|
|
This class watches a process launched by KRun.
|
|
It sends a notification when the process exits (for the taskbar)
|
|
and it will show an error message if necessary (e.g. "program not found").
|
|
@short
|
|
|
|
*/
|
|
public class KProcessRunner extends QObject {
|
|
protected KProcessRunner(Class dummy){super((Class) null);}
|
|
public native QMetaObject metaObject();
|
|
public native String className();
|
|
public native int pid();
|
|
public static native int run(KProcess arg1, String binName);
|
|
}
|