OSDN Git Service

lejos_NXJ_win32_0_4_0beta.zip
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / src / java / classes / javax / microedition / lcdui / ItemCommandListener.java
diff --git a/nxtOSEK/lejos_nxj/src/java/classes/javax/microedition/lcdui/ItemCommandListener.java b/nxtOSEK/lejos_nxj/src/java/classes/javax/microedition/lcdui/ItemCommandListener.java
new file mode 100644 (file)
index 0000000..63fb36b
--- /dev/null
@@ -0,0 +1,9 @@
+package javax.microedition.lcdui;\r
+\r
+/**\r
+ * \r
+ * @author Andre Nijholt\r
+ */\r
+public interface ItemCommandListener {\r
+       public void commandAction(Command c, Item d);\r
+}\r