summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/TDECompletionBoxSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'tdejava/koala/org/trinitydesktop/koala/TDECompletionBoxSignals.java')
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/TDECompletionBoxSignals.java27
1 files changed, 27 insertions, 0 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/TDECompletionBoxSignals.java b/tdejava/koala/org/trinitydesktop/koala/TDECompletionBoxSignals.java
new file mode 100644
index 00000000..aea3ac6c
--- /dev/null
+++ b/tdejava/koala/org/trinitydesktop/koala/TDECompletionBoxSignals.java
@@ -0,0 +1,27 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.trinitydesktop.koala;
+
+import org.trinitydesktop.qt.TQListBoxItem;
+import org.trinitydesktop.qt.TQRect;
+import org.trinitydesktop.qt.TQMetaObject;
+import org.trinitydesktop.qt.QtSupport;
+import org.trinitydesktop.qt.TQObject;
+import org.trinitydesktop.qt.TQSize;
+import java.util.ArrayList;
+import org.trinitydesktop.qt.TQEvent;
+import org.trinitydesktop.qt.TQWidget;
+
+public interface TDECompletionBoxSignals {
+ /**
+ Emitted when an item was selected, contains the text of
+ the selected item.
+ @short Emitted when an item was selected, contains the text of the selected item.
+ */
+ void activated(String arg1);
+ /**
+ Emitted whenever the user chooses to ignore the available
+ selections and close the this box.
+ @short Emitted whenever the user chooses to ignore the available selections and close the this box.
+ */
+ void userCancelled(String arg1);
+}