example.auction
Class NewTicketAuction.Login.MyItemCommandListener

java.lang.Object
  extended by example.auction.NewTicketAuction.Login.MyItemCommandListener
All Implemented Interfaces:
javax.microedition.lcdui.ItemCommandListener
Enclosing class:
NewTicketAuction.Login

 class NewTicketAuction.Login.MyItemCommandListener
extends java.lang.Object
implements javax.microedition.lcdui.ItemCommandListener


Constructor Summary
NewTicketAuction.Login.MyItemCommandListener()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewTicketAuction.Login.MyItemCommandListener

NewTicketAuction.Login.MyItemCommandListener()
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Item item)
Specified by:
commandAction in interface javax.microedition.lcdui.ItemCommandListener