ICommandScheduler.IScheduledInvocationListener
public
static
interface
ICommandScheduler.IScheduledInvocationListener
implements
ITestInvocationListener
com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener |
叫用完成後的叫用事件接聽程式。
摘要
公用方法 | |
---|---|
abstract
void
|
invocationComplete(IInvocationContext context,
整個叫用完成後 (包含所有 |
default
void
|
invocationInitiated(IInvocationContext context)
叫用時的回呼。 |
default
void
|
releaseDevices(IInvocationContext context,
與 |
公用方法
叫用完成
public abstract void invocationComplete (IInvocationContext context,devicesStates)
整個叫用完成後 (包含所有 ITestInvocationListener.invocationEnded(long)
事件) 時的回呼。
發行裝置
public void releaseDevices (IInvocationContext context,devicesStates)
與 ICommandOptions#earlyDeviceRelease()
相關聯的回呼以釋出
裝置。