FileDocCategorySizeDatePackage
ServerLauncher.javaAPI DocphoneME MR2 API (J2ME)1575Wed May 02 18:00:32 BST 2007com.sun.midp.jsr82emul

ServerLauncher

public class ServerLauncher extends MIDlet
Standalone emulation server launcher.

Fields Summary
Constructors Summary
public ServerLauncher()
Constructs an instance.

Methods Summary
public voiddestroyApp(boolean unconditional)
Makes nothing.

param
unconditional not used

public voidpauseApp()
Makes nothing.

public voidstartApp()
Launches emulation server.

        EmulationServer.launch();