ICommandScheduler.IScheduledInvocationListener
public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener
com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener |
Listener für Aufrufereignisse, wenn der Aufruf abgeschlossen ist.
Zusammenfassung
Öffentliche Methoden | |
---|---|
abstract void | invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates) Rückruf, wenn der gesamte Aufruf abgeschlossen ist, einschließlich aller |
default void | invocationInitiated ( IInvocationContext context) Callback, wenn ein Aufruf initiiert wird. |
default void | releaseDevices ( IInvocationContext context, devicesStates) releaseDevices ( IInvocationContext context, devicesStates) Mit |
Öffentliche Methoden
AufrufComplete
public abstract void invocationComplete (IInvocationContext context,devicesStates)
Rückruf, wenn der gesamte Aufruf abgeschlossen ist, einschließlich aller ITestInvocationListener.invocationEnded(long)
.
AufrufInitiiert
public void invocationInitiated (IInvocationContext context)
Callback, wenn ein Aufruf initiiert wird. Dies wird aufgerufen, bevor Builds abgerufen werden.
Freigabegeräte
public void releaseDevices (IInvocationContext context,devicesStates)
Mit ICommandOptions#earlyDeviceRelease()
verbundener Rückruf, um die Geräte freizugeben, wenn sie damit fertig sind.