| example.mms.MMSSend
MMSSend | public class MMSSend extends MIDlet implements CommandListener(Code) | | An example MIDlet to send text via an MMS MessageConnection
|
Constructor Summary | |
public | MMSSend() Initialize the MIDlet with the current display object and
graphical components. |
MMSSend | public MMSSend()(Code) | | Initialize the MIDlet with the current display object and
graphical components.
|
commandAction | public void commandAction(Command c, Displayable s)(Code) | | Respond to commands, including exit
Parameters: c - user interface command requested Parameters: s - screen object initiating the request |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy must cleanup everything.
Parameters: unconditional - true if a forced shutdown was requested |
getDisplay | Display getDisplay()(Code) | | |
pauseApp | public void pauseApp()(Code) | | Remember what screen is showing
|
startApp | public void startApp()(Code) | | startApp should return immediately to keep the dispatcher
from hanging.
|
|
|