ICommandScheduler.IScheduleInvocationListener
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,
Lệnh gọi lại khi toàn bộ lệnh gọi đã hoàn tất, bao gồm tất cả sự kiện |
default
void
|
invocationInitiated(IInvocationContext context)
Lệnh gọi lại khi có một lệnh gọi được thực hiện. |
default
void
|
releaseDevices(IInvocationContext context,
Lệnh gọi lại được liên kết với |
Phương thức công khai
kích hoạt hoàn tất
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 tất cả sự kiện ITestInvocationListener.invocationEnded(long)
.
đã khởi tạo
public void invocationInitiated (IInvocationContext context)
Lệnh gọi lại khi có một lệnh gọi được thực hiện. Lệnh này được gọi trước khi tìm nạp bất kỳ bản dựng nào.
phát hànhThiết bị
public void releaseDevices (IInvocationContext context,devicesStates)
Lệnh gọi lại được liên kết với ICommandOptions#earlyDeviceRelease()
để huỷ bỏ
thiết bị khi hoàn tất thao tác với chúng.