ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener


叫用完成後的叫用事件接聽程式。

摘要

公用方法

abstract void invocationComplete(IInvocationContext context, devicesStates)

整個叫用完成後 (包含所有 ITestInvocationListener.invocationEnded(long) 事件) 時的回呼。

default void invocationInitiated(IInvocationContext context)

叫用時的回呼。

default void releaseDevices(IInvocationContext context, devicesStates)

ICommandOptions#earlyDeviceRelease() 相關聯的回呼以釋出 裝置。

公用方法

叫用完成

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

整個叫用完成後 (包含所有 ITestInvocationListener.invocationEnded(long) 事件) 時的回呼。

叫用

public void invocationInitiated (IInvocationContext context)

叫用時的回呼。系統會在擷取任何建構作業之前呼叫這個方法。

發行裝置

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

ICommandOptions#earlyDeviceRelease() 相關聯的回呼以釋出 裝置。