javauis/lcdui_qt/src/javax/microedition/lcdui/ItemCommandListener.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
--- a/javauis/lcdui_qt/src/javax/microedition/lcdui/ItemCommandListener.java	Mon May 03 12:27:20 2010 +0300
+++ b/javauis/lcdui_qt/src/javax/microedition/lcdui/ItemCommandListener.java	Fri May 14 15:47:24 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description: 
+* Description:
 *
 */
 package javax.microedition.lcdui;
@@ -19,11 +19,12 @@
 /**
  * Listener which receives events from commands associated with item.
  */
-public interface ItemCommandListener {
+public interface ItemCommandListener
+{
 
     /**
      * Called when event occurred.
-     * 
+     *
      * @param command Command which invoked the event.
      * @param item Item containing the command.
      */