| |
|
| java.lang.Object javax.microedition.midlet.MIDlet com.sun.midp.scriptutil.SuiteRemover
Field Summary | |
int | suiteId ID of the suite. |
Constructor Summary | |
public | SuiteRemover() Create and initialize the MIDlet. |
Method Summary | |
public void | destroyApp(boolean unconditional) Destroy cleans up. | public void | pauseApp() Pause; there are no resources that need to be released. | public void | run() Remove a MIDlet suite. | public void | startApp() Start. |
suiteId | int suiteId(Code) | | ID of the suite.
|
SuiteRemover | public SuiteRemover()(Code) | | Create and initialize the MIDlet.
|
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy cleans up.
Parameters: unconditional - is ignored; this object alwaysdestroys itself when requested. |
pauseApp | public void pauseApp()(Code) | | Pause; there are no resources that need to be released.
|
run | public void run()(Code) | | Remove a MIDlet suite.
|
startApp | public void startApp()(Code) | | Start.
|
|
|
|