ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduleInvocationListener


Trình nghe các sự kiện gọi khi lệnh gọi hoàn tất.

Tóm tắt

Phương thức công khai

abstract void invocationComplete(IInvocationContext context, devicesStates)

Lệnh gọi lại khi toàn bộ lệnh gọi hoàn tất, bao gồm cả tất cả sự kiện ITestInvocationListener.invocationEnded(long).

default void invocationInitiated(IInvocationContext context)

Lệnh gọi lại khi một lệnh gọi được bắt đầu.

default void releaseDevices(IInvocationContext context, devicesStates)

Lệnh gọi lại liên kết với ICommandOptions#earlyDeviceRelease() để giải phóng các thiết bị khi hoàn tất.

Phương thức công khai

invocationComplete

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

Lệnh gọi lại khi toàn bộ lệnh gọi hoàn tất, bao gồm cả tất cả sự kiện ITestInvocationListener.invocationEnded(long).

invocationInitiated

public void invocationInitiated (IInvocationContext context)

Lệnh gọi lại khi một lệnh gọi được bắt đầu. Phương thức này được gọi trước khi tìm nạp bất kỳ bản dựng nào.

releaseDevices

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

Lệnh gọi lại được liên kết với ICommandOptions#earlyDeviceRelease() để huỷ bỏ các thiết bị khi hoàn tất.