com.sun.squawk.imp
Interface IMIDletApiTunnel
public interface IMIDletApiTunnel
This class exists solely to provide a public representations of the MIDlet protected corresponding methods.
The MIDlet class is supposed to initialize the MIDletMainWrapper.midletApiTunnel
field with
an implementation of this interface, which maps to the MIDlet equivalent API.
- Author:
- ea149956
destroyApp
void destroyApp(boolean unconditional)
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
getMidlet
MIDlet getMidlet()
pauseApp
void pauseApp()
startApp
void startApp()
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.