| |
|
| java.lang.Object javax.microedition.midlet.MIDlet examples.SipPushTest
connections | String[] connections(Code) | | Array of URL connections.
|
display | Display display(Code) | | Current user interface handle.
|
textBox | TextBox textBox(Code) | | Message array for user communication.
|
commandAction | public void commandAction(Command command, Displayable screen)(Code) | | Callback for user interface interactions.
Parameters: command - the user interface element Parameters: screen - the context for the selecteduser interface element. |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroys the MIDlet and cleans up all opened
resources.
Parameters: unconditional - flag indicating thatthe MIDlet will be destroyed |
notifyRequest | public void notifyRequest(SipConnectionNotifier scn)(Code) | | Callback listener for inbound messages.
Parameters: scn - the accepted inbound connection handle. |
pauseApp | public void pauseApp()(Code) | | Pauses the MIDlet.
|
startApp | public void startApp()(Code) | | Launches the MIDlet.
|
updateScreen | public void updateScreen(String s)(Code) | | Constructs a messgae array and quit button and
displays message to end user.
Parameters: s - the string to present to the user. |
|
|
|