| |
|
| java.lang.Object javax.microedition.midlet.MIDlet com.sun.midp.installer.SuiteVerifier
SuiteVerifier | public class SuiteVerifier extends MIDlet implements CommandListener(Code) | | The Graphical MIDlet suite classes verifier application.
|
Constructor Summary | |
public | SuiteVerifier() Create and initialize a new discovery application MIDlet. |
Method Summary | |
public void | commandAction(Command command, Displayable displayable) | public void | destroyApp(boolean unconditional) Destroy cleans up. | void | exit(boolean status) Exit the SuiteVerifier with the status supplied. | public void | pauseApp() Pause; there are no resources that need to be released. | public void | startApp() Start. |
SuiteVerifier | public SuiteVerifier()(Code) | | Create and initialize a new discovery application MIDlet.
The saved URL is retrieved and the list of MIDlets are retrieved.
|
commandAction | public void commandAction(Command command, Displayable displayable)(Code) | | Parameters: command - Parameters: displayable - |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy cleans up.
Parameters: unconditional - is ignored; this object alwaysdestroys itself when requested. |
exit | void exit(boolean status)(Code) | | Exit the SuiteVerifier with the status supplied.
It will perform any remaining cleanup and call notifyDestroyed.
Parameters: status - true if the install was a success,false otherwise. |
pauseApp | public void pauseApp()(Code) | | Pause; there are no resources that need to be released.
|
startApp | public void startApp()(Code) | | Start.
|
|
|
|