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.
tdebindings/kdejava/koala/org/kde/koala/SlaveConfigSignals.java

18 lines
619 B
Java

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
public interface SlaveConfigSignals {
/**
This signal is raised when a slave of type <code>protocol</code> deals
with <code>host</code> for the first time.
Your application can use this signal to make some last minute
configuration changes with setConfigData based on the
host.
@short This signal is raised when a slave of type <code>protocol</code> deals with <code>host</code> for the first time.
*/
void configNeeded(String protocol, String host);
}