CommandStatusHandler
public
class
CommandStatusHandler
extends Object
implements
ICommandScheduler.IScheduledInvocationListener
java.lang.Object 中 | |
↳ | com.android.tradefed.service.management.CommandStatusHandler |
帮助监控和更新调用状态的处理程序。
摘要
公共构造函数 | |
---|---|
CommandStatusHandler()
|
公共方法 | |
---|---|
InvocationStatus.Status
|
getCurrentStatus()
返回调用的当前已知状态。 |
void
|
invocationComplete(IInvocationContext context,
整个调用完成(包括所有 |
void
|
invocationInitiated(IInvocationContext context)
发起调用时的回调。 |
公共构造函数
CommandStatusHandler
public CommandStatusHandler ()
公共方法
getCurrentStatus
public InvocationStatus.Status getCurrentStatus ()
返回调用的当前已知状态。
返回 | |
---|---|
InvocationStatus.Status |
调用完成
public void invocationComplete (IInvocationContext context,devicesStates)
整个调用完成(包括所有 ITestInvocationListener.invocationEnded(long)
事件)后回调。
invocationInitiated(已发起)
public void invocationInitiated (IInvocationContext context)
发起调用时的回调。此方法在提取任何构建之前调用。