//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.QListBox; import org.kde.qt.QMetaObject; import org.kde.qt.QtSupport; import java.util.ArrayList; import org.kde.qt.QPushButton; import org.kde.qt.QWidget; public interface KEditListBoxSignals { void changed(); /** This signal is emitted when the user adds a new string to the list, the parameter is the added string. @short This signal is emitted when the user adds a new string to the list, the parameter is the added string. */ void added(String text); /** This signal is emitted when the user removes a string from the list, the parameter is the removed string. @short This signal is emitted when the user removes a string from the list, the parameter is the removed string. */ void removed(String text); }