org.microemu.app.launcher
Class Launcher
java.lang.Object
javax.microedition.midlet.MIDlet
org.microemu.app.launcher.Launcher
- All Implemented Interfaces:
- CommandListener
public class Launcher
- extends MIDlet
- implements CommandListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMD_LAUNCH
protected static final Command CMD_LAUNCH
NOMIDLETS
protected static final java.lang.String NOMIDLETS
- See Also:
- Constant Field Values
common
protected CommonInterface common
menuList
protected List menuList
midletSuiteName
protected static java.lang.String midletSuiteName
midletEntries
protected static java.util.Vector midletEntries
currentMIDlet
protected MIDlet currentMIDlet
Launcher
public Launcher(CommonInterface common)
getSuiteName
public java.lang.String getSuiteName()
setSuiteName
public static void setSuiteName(java.lang.String midletSuiteName)
addMIDletEntry
public static void addMIDletEntry(MIDletEntry entry)
removeMIDletEntries
public static void removeMIDletEntries()
getSelectedMidletEntry
public MIDletEntry getSelectedMidletEntry()
getCurrentMIDlet
public MIDlet getCurrentMIDlet()
setCurrentMIDlet
public void setCurrentMIDlet(MIDlet midlet)
destroyApp
public void destroyApp(boolean unconditional)
- Specified by:
destroyApp in class MIDlet
pauseApp
public void pauseApp()
- Specified by:
pauseApp in class MIDlet
startApp
public void startApp()
- Specified by:
startApp in class MIDlet
commandAction
public void commandAction(Command c,
Displayable d)
- Specified by:
commandAction in interface CommandListener
Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.