TradefedSandboxRunner.StubScheduledInvocationListener
public static class TradefedSandboxRunner.StubScheduledInvocationListener
extends Object
implements ICommandScheduler.IScheduledInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.sandbox.TradefedSandboxRunner.StubScheduledInvocationListener |
Un talón de IScheduledInvocationListener
que no hace nada.
Resumen
Constructores públicos | |
---|---|
StubScheduledInvocationListener () |
Métodos públicos | |
---|---|
void | invocationComplete (IInvocationContext metadata, devicesStates) invocationComplete (IInvocationContext metadata, devicesStates) Devolución de llamada cuando toda invocación ha completado, incluyendo todos los |
Constructores públicos
StubScheduledInvocationListener
public StubScheduledInvocationListener ()
Métodos públicos
invocationComplete
public void invocationComplete (IInvocationContext metadata,devicesStates)
Devolución de llamada cuando toda invocación ha completado, incluyendo todos los ITestInvocationListener.invocationEnded(long)
eventos.