|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.midlet.MIDlet
mobileClient
public class mobileClient
mobileClient
Field Summary | |
---|---|
java.lang.String[] |
choicesMade
|
javax.microedition.lcdui.Image |
image
|
java.lang.String |
mapString
|
java.lang.String[] |
msg
|
java.lang.String |
myPosX
|
java.lang.String |
myPosY
|
java.lang.String |
result
|
Constructor Summary | |
---|---|
mobileClient()
Constructor Sets up the choice form and the Command buttons. |
Method Summary | |
---|---|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
commandAction listen on the command buttons. |
void |
destroyApp(boolean unconditional)
destroyApp is also a required function. |
void |
exitMidlet()
exitMidlet created to make a controlled closure for the application. |
void |
openBrowser(java.lang.String urlAddress)
openBrowser gets a urlAddress as parameter, and opens the Internet browser with that url. |
void |
pauseApp()
pauseApp is a required function to define. |
void |
startApp()
startApp is a required function for a MIDlet. |
Methods inherited from class javax.microedition.midlet.MIDlet |
---|
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String mapString
public java.lang.String[] msg
public java.lang.String result
public javax.microedition.lcdui.Image image
public java.lang.String[] choicesMade
public java.lang.String myPosX
public java.lang.String myPosY
Constructor Detail |
---|
public mobileClient()
Method Detail |
---|
public void startApp()
startApp
in class javax.microedition.midlet.MIDlet
public void pauseApp()
pauseApp
in class javax.microedition.midlet.MIDlet
public void destroyApp(boolean unconditional)
destroyApp
in class javax.microedition.midlet.MIDlet
unconditional
- public void exitMidlet()
public void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable)
commandAction
in interface javax.microedition.lcdui.CommandListener
public void openBrowser(java.lang.String urlAddress)
urlAddress
- is the Internet address to the specific prospect.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |