FileDocCategorySizeDatePackage
ILaunchController.javaAPI DocAndroid 1.5 API1282Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.adt.launch

ILaunchController

public interface ILaunchController
Interface for managing Android launches

Fields Summary
Constructors Summary
Methods Summary
public voidlaunchApp(DelayedLaunchInfo launchInfo, com.android.ddmlib.IDevice device)
Launches an application on a device or emulator

param
launchInfo the {@link DelayedLaunchInfo} that indicates the launch action
param
device the device or emulator to launch the application on

public voidstopLaunch(DelayedLaunchInfo launchInfo)
Cancels a launch

param
launchInfo the {@link DelayedLaunchInfo} to cancel