ICommandScheduler.IScheduledInvocationListener
public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener
com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener |
Çağrı tamamlandığında çağrı olayları için dinleyici.
Özet
Genel yöntemler | |
---|---|
abstract void | invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates) Tüm |
default void | invocationInitiated ( IInvocationContext context) Bir çağrı başlatıldığında geri arama. |
default void | releaseDevices ( IInvocationContext context, devicesStates) releaseDevices ( IInvocationContext context, devicesStates) Cihazlarla işiniz bittiğinde onları serbest bırakmak için |
Genel yöntemler
çağırmaTamamlandı
public abstract void invocationComplete (IInvocationContext context,devicesStates)
Tüm ITestInvocationListener.invocationEnded(long)
olaylar dahil, tüm çağrı tamamlandığında geri arama.
çağrı Başlatıldı
public void invocationInitiated (IInvocationContext context)
Bir çağrı başlatıldığında geri arama. Bu, herhangi bir yapı getirilmeden önce çağrılır.
sürümCihazlar
public void releaseDevices (IInvocationContext context,devicesStates)
Cihazlarla işiniz bittiğinde onları serbest bırakmak için ICommandOptions#earlyDeviceRelease()
ile ilişkili geri arama.