TradefedSandboxRunner.StubScheduledInvocationListener

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

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


A stub IScheduledInvocationListener that does nothing.

Summary

Public constructors

StubScheduledInvocationListener()

Public methods

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

Callback when entire invocation has completed, including all ITestInvocationListener.invocationEnded(long) events.

Public constructors

StubScheduledInvocationListener

public StubScheduledInvocationListener ()

Public methods

invocationComplete

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

Callback when entire invocation has completed, including all ITestInvocationListener.invocationEnded(long) events.