CommandStatusHandler
public class CommandStatusHandler
extends Object
implements ICommandScheduler.IScheduledInvocationListener
java.lang.অবজেক্ট | |
↳ | com.android.tradefed.service.management.CommandStatusHandler |
হ্যান্ডলার একটি আহ্বানের স্থিতি নিরীক্ষণ এবং আপডেট করতে সহায়তা করে।
সারাংশ
পাবলিক কনস্ট্রাক্টর | |
---|---|
CommandStatusHandler () |
পাবলিক পদ্ধতি | |
---|---|
InvocationStatus.Status | getCurrentStatus () আমন্ত্রণের বর্তমান পরিচিত স্থিতি প্রদান করে। |
void | invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates) সমস্ত |
void | invocationInitiated ( IInvocationContext context) একটি আহ্বান শুরু হলে কলব্যাক. |
পাবলিক কনস্ট্রাক্টর
CommandStatusHandler
public CommandStatusHandler ()
পাবলিক পদ্ধতি
getCurrentStatus
public InvocationStatus.Status getCurrentStatus ()
আমন্ত্রণের বর্তমান পরিচিত স্থিতি প্রদান করে।
রিটার্নস | |
---|---|
InvocationStatus.Status |
আমন্ত্রণ সম্পূর্ণ
public void invocationComplete (IInvocationContext context,devicesStates)
সমস্ত ITestInvocationListener.invocationEnded(long)
ইভেন্ট সহ সম্পূর্ণ আহ্বান সম্পন্ন হলে কলব্যাক করুন।
invocation initiated
public void invocationInitiated (IInvocationContext context)
একটি আহ্বান শুরু হলে কলব্যাক. কোনো বিল্ড আনার আগে এটি বলা হয়।