example.mms
Class PartsDialog

java.lang.Object
  extended by example.mms.PartsDialog
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class PartsDialog
extends java.lang.Object
implements javax.microedition.lcdui.CommandListener


Field Summary
 int counter
           
 
Constructor Summary
PartsDialog(MMSSend mmsSend)
          Creates a new instance of PartsDialog
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
          Respond to commands, including exit
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counter

public int counter
Constructor Detail

PartsDialog

public PartsDialog(MMSSend mmsSend)
Creates a new instance of PartsDialog

Method Detail

show

public void show()

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
Respond to commands, including exit

Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
Parameters:
c - user interface command requested
s - screen object initiating the request