org.kde.koala

Interface SlaveConfigSignals

public interface SlaveConfigSignals

Method Summary
voidconfigNeeded(String protocol, String host)
This signal is raised when a slave of type protocol deals with host for the first time.

Method Detail

configNeeded

public void configNeeded(String protocol, String host)
This signal is raised when a slave of type protocol deals with host for the first time. Your application can use this signal to make some last minute configuration changes with setConfigData based on the host.

UNKNOWN: This signal is raised when a slave of type protocol deals with host for the first time.