| |
|
| java.lang.Object javax.microedition.midlet.MIDlet com.sun.midp.content.Invoker
Invoker | class Invoker extends MIDlet implements Runnable(Code) | | The tool for start given Content Handler from the platform.
|
Constructor Summary | |
public | Invoker() Default constructor. |
Method Summary | |
protected void | destroyApp(boolean unconditional) Standard MIDlet life-cycle call-back. | protected void | pauseApp() Standard MIDlet life-cycle call-back. | public void | run() Actual handler invoking is performed in the separated thread. | protected void | startApp() Standard MIDlet life-cycle call-back. |
Invoker | public Invoker()(Code) | | Default constructor.
|
destroyApp | protected void destroyApp(boolean unconditional)(Code) | | Standard MIDlet life-cycle call-back.
|
pauseApp | protected void pauseApp()(Code) | | Standard MIDlet life-cycle call-back.
|
run | public void run()(Code) | | Actual handler invoking is performed in the separated thread.
|
startApp | protected void startApp()(Code) | | Standard MIDlet life-cycle call-back.
|
|
|
|