org.kde.koala

Interface KCompletionBoxSignals

public interface KCompletionBoxSignals

Method Summary
voidactivated(String arg1)
Emitted when an item was selected, contains the text of the selected item.
voiduserCancelled(String arg1)
Emitted whenever the user chooses to ignore the available selections and close the this box.

Method Detail

activated

public void activated(String arg1)
Emitted when an item was selected, contains the text of the selected item.

UNKNOWN: Emitted when an item was selected, contains the text of the selected item.

userCancelled

public void userCancelled(String arg1)
Emitted whenever the user chooses to ignore the available selections and close the this box.

UNKNOWN: Emitted whenever the user chooses to ignore the available selections and close the this box.