org.microemu.app.launcher
Class Launcher

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by org.microemu.app.launcher.Launcher
All Implemented Interfaces:
CommandListener

public class Launcher
extends MIDlet
implements CommandListener


Field Summary
protected static Command CMD_LAUNCH
           
protected  CommonInterface common
           
protected  MIDlet currentMIDlet
           
protected  List menuList
           
protected static java.util.Vector midletEntries
           
protected static java.lang.String midletSuiteName
           
protected static java.lang.String NOMIDLETS
           
 
Constructor Summary
Launcher(CommonInterface common)
           
 
Method Summary
static void addMIDletEntry(MIDletEntry entry)
           
 void commandAction(Command c, Displayable d)
           
 void destroyApp(boolean unconditional)
           
 MIDlet getCurrentMIDlet()
           
 MIDletEntry getSelectedMidletEntry()
           
 java.lang.String getSuiteName()
           
 void pauseApp()
           
static void removeMIDletEntries()
           
 void setCurrentMIDlet(MIDlet midlet)
           
static void setSuiteName(java.lang.String midletSuiteName)
           
 void startApp()
           
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Launcher

public Launcher(CommonInterface common)
Method Detail

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.