CommandStatusHandler

public class CommandStatusHandler
extends Object implements ICommandScheduler.IScheduledInvocationListener

java.lang.객체
com.android.tradefed.service.management.CommandStatusHandler


호출 상태를 모니터링하고 업데이트하는 데 도움이 되는 핸들러입니다.

요약

공개 생성자

CommandStatusHandler ()

공개 방법

InvocationStatus.Status getCurrentStatus ()

호출의 현재 알려진 상태를 반환합니다.

void invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates)

모든 ITestInvocationListener.invocationEnded(long) 이벤트를 포함하여 전체 호출이 완료되면 콜백합니다.

void invocationInitiated ( IInvocationContext context)

호출이 시작될 때 콜백합니다.

공개 생성자

CommandStatusHandler

public CommandStatusHandler ()

공개 방법

getCurrentStatus

public InvocationStatus.Status getCurrentStatus ()

호출의 현재 알려진 상태를 반환합니다.

보고
InvocationStatus.Status

호출완료

public void invocationComplete (IInvocationContext context, 
                 devicesStates)

모든 ITestInvocationListener.invocationEnded(long) 이벤트를 포함하여 전체 호출이 완료되면 콜백합니다.

호출 시작됨

public void invocationInitiated (IInvocationContext context)

호출이 시작될 때 콜백합니다. 빌드를 가져오기 전에 호출됩니다.