You can not 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/KPluginSelectorSignals.java

22 lines
661 B

//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.QWidget;
public interface KPluginSelectorSignals {
/**
Tells you whether the configuration is changed or not.
@short Tells you whether the configuration is changed or not.
*/
void changed(boolean arg1);
/**
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
@short Emitted after the config of an embedded KCM has been saved.
*/
void configCommitted(String instanceName);
}