ICommandScheduler.ISchedulingInvocationListener
public
static
interface
ICommandScheduler.IScheduledInvocationListener
implements
ITestInvocationListener
com.android.tradefed.command.ICommandScheduler.ISchedulingInvocationListener |
Çağrının tamamlandığı çağrı etkinlikleri için dinleyici.
Özet
Herkese açık yöntemler | |
---|---|
abstract
void
|
invocationComplete(IInvocationContext context,
Tüm |
default
void
|
invocationInitiated(IInvocationContext context)
Bir çağrı başlatıldığında geri çağırma. |
default
void
|
releaseDevices(IInvocationContext context,
Kullanımı biten cihazları serbest bırakmak için |
Herkese açık yöntemler
invocationComplete
public abstract void invocationComplete (IInvocationContext context,devicesStates)
Tüm ITestInvocationListener.invocationEnded(long)
etkinlikleri dahil olmak üzere tüm çağrının tamamlandığı durumlarda geri çağırma.
invocationInitiated
public void invocationInitiated (IInvocationContext context)
Bir çağrı başlatıldığında geri çağırma. Bu işlev, herhangi bir derleme getirilmeden önce çağrılır.
releaseDevices
public void releaseDevices (IInvocationContext context,devicesStates)
Kullanımı biten cihazları serbest bırakmak için ICommandOptions#earlyDeviceRelease()
ile ilişkili geri çağırma.