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

IAndroidLaunchAction

public interface IAndroidLaunchAction
An action to perform after performing a launch of an Android application

Fields Summary
Constructors Summary
Methods Summary
public booleandoLaunchAction(com.android.ide.eclipse.adt.launch.DelayedLaunchInfo info, com.android.ddmlib.IDevice device)
Do the launch

param
info the {@link DelayedLaunchInfo} that contains launch details
param
device the Android device to perform action on
returns
true if launch was successfully, and controller should wait for debugger to attach (if applicable)

public java.lang.StringgetLaunchDescription()
Return a description of launch, to be used for logging and error messages