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)
事件) 時的回呼。