Launches the given MIDlet .
NOTE: implementation should be thread-safe as several
invocations of the method can be performed in parallel.
NOTE: this method can be invoked for already running
MIDlets .
NOTE: as long as this method executes, callbacks might
be blocked and thus new events won't be processed. Therefore
this method should return as soon as possible.
Parameters: midletSuiteID - MIDlet suite ID Parameters: midlet - MIDlet class name |