package javax.microedition.lcdui;

public interface ItemCommandListener
{

 public void commandAction(Command command_1, Item item_1);
 
}