CommandStatusHandler
public class CommandStatusHandler
extends Object
implements ICommandScheduler.IScheduledInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.service.management.CommandStatusHandler |
Bir çağrının durumunu izlemeye ve güncellemeye yardımcı olan işleyici.
Özet
kamu inşaatçılar | |
---|---|
CommandStatusHandler () |
Genel yöntemler | |
---|---|
InvocationStatus.Status | getCurrentStatus () Çağırmanın şu anda bilinen durumunu döndürür. |
void | invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates) Tüm |
void | invocationInitiated ( IInvocationContext context) Bir çağrı başlatıldığında geri arama. |
kamu inşaatçılar
CommandStatusHandler
public CommandStatusHandler ()
Genel yöntemler
getCurrentStatus
public InvocationStatus.Status getCurrentStatus ()
Çağırmanın şu anda bilinen durumunu döndürür.
İadeler | |
---|---|
InvocationStatus.Status |
Çağrı tamamlandı
public void invocationComplete (IInvocationContext context,devicesStates)
Tüm ITestInvocationListener.invocationEnded(long)
olayları dahil olmak üzere 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.