TradefedSandboxRunner.StubScheduledInvocationListener

public static class TradefedSandboxRunner.StubScheduledInvocationListener
extends Object implements ICommandScheduler.IScheduledInvocationListener

java.lang.Object
   ↳ com.android.tradefed.sandbox.TradefedSandboxRunner.StubScheduledInvocationListener


不执行任何操作的桩 IScheduledInvocationListener

摘要

公共构造函数

StubScheduledInvocationListener()

公共方法

void invocationComplete(IInvocationContext metadata, Map<ITestDeviceFreeDeviceState> devicesStates)

当整个调用(包括所有 ITestInvocationListener.invocationEnded(long) 事件)都已完成时,系统会调用此回调。

公共构造函数

StubScheduledInvocationListener

public StubScheduledInvocationListener ()

公共方法

invocationComplete

public void invocationComplete (IInvocationContext metadata, 
                Map<ITestDeviceFreeDeviceState> devicesStates)

当整个调用(包括所有 ITestInvocationListener.invocationEnded(long) 事件)都已完成时,系统会调用此回调。