| |
|
| java.lang.Object javax.microedition.midlet.MIDletTunnelImpl
MIDletTunnelImpl | class MIDletTunnelImpl implements MIDletTunnel(Code) | | This is an implementation of the MIDletTunnel interface, to allow
com.sun.midp.midlet.MIDletState instance to call protected and package
private methods of javax.microedition.midlet.MIDlet.
|
callDestroyApp | public void callDestroyApp(MIDlet m, boolean unconditional) throws MIDletStateChangeException(Code) | | Calls the destroyApp method on the midlet instance.
Parameters: m - MIDlet instance Parameters: unconditional - the flag to pass to destroy exception: javax.microedition.midlet.MIDletStateChangeException - is thrown if the MIDlet wishes to continue to execute (Not enter the Destroyed state).This exception is ignored if unconditional is equal to true . |
callPauseApp | public void callPauseApp(MIDlet m)(Code) | | Calls the pauseApp method on the midlet instance.
Parameters: m - MIDlet instance |
getMIDletPeer | public MIDletPeer getMIDletPeer(MIDlet m)(Code) | | Returns the MIDletPeer object corresponding to the given
midlet instance.
Parameters: m - MIDlet instance associated MIDletState instance |
|
|
|