org.kde.koala
Interface KCompletionBoxSignals


public interface KCompletionBoxSignals


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

Method Detail

activated

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


userCancelled

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