org.kde.koala

Interface KPluginSelectorSignals

public interface KPluginSelectorSignals

Method Summary
voidchanged(boolean arg1)
Tells you whether the configuration is changed or not.
voidconfigCommitted(String instanceName)
Emitted after the config of an embedded KCM has been saved.

Method Detail

changed

public void changed(boolean arg1)
Tells you whether the configuration is changed or not.

UNKNOWN: Tells you whether the configuration is changed or not.

configCommitted

public void configCommitted(String instanceName)
Emitted after the config of an embedded KCM has been saved. The argument is the name of the parent component that needs to reload its config

UNKNOWN: Emitted after the config of an embedded KCM has been saved.