TradefedSandboxRunner.StubScheduledInvocationListener
public static class TradefedSandboxRunner.StubScheduledInvocationListener
extends Object
implements ICommandScheduler.IScheduledInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.sandbox.TradefedSandboxRunner.StubScheduledInvocationListener |
Ein Stub IScheduledInvocationListener
, die nichts tut.
Zusammenfassung
Öffentliche Konstrukteure | |
---|---|
StubScheduledInvocationListener () |
Öffentliche Methoden | |
---|---|
void | invocationComplete (IInvocationContext metadata, devicesStates) invocationComplete (IInvocationContext metadata, devicesStates) Rückruf bei gesamtem Aufruf abgeschlossen, einschließlich aller |
Öffentliche Konstrukteure
StubScheduledInvocationListener
public StubScheduledInvocationListener ()
Öffentliche Methoden
AufrufComplete
public void invocationComplete (IInvocationContext metadata,devicesStates)
Rückruf bei gesamtem Aufruf abgeschlossen, einschließlich aller ITestInvocationListener.invocationEnded(long)
Veranstaltungen.