org.kde.koala

Interface KEditListBoxSignals

public interface KEditListBoxSignals

Method Summary
voidadded(String text)
This signal is emitted when the user adds a new string to the list, the parameter is the added string.
voidchanged()
voidremoved(String text)
This signal is emitted when the user removes a string from the list, the parameter is the removed string.

Method Detail

added

public void added(String text)
This signal is emitted when the user adds a new string to the list, the parameter is the added string.

UNKNOWN: This signal is emitted when the user adds a new string to the list, the parameter is the added string.

changed

public void changed()

removed

public void removed(String text)
This signal is emitted when the user removes a string from the list, the parameter is the removed string.

UNKNOWN: This signal is emitted when the user removes a string from the list, the parameter is the removed string.