ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener


מאזין לאירועי קריאה כאשר ההתקשרות מסתיימת.

סיכום

שיטות ציבוריות

abstract void invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates)

התקשרות חוזרת לאחר השלמת ההתקשרות המלאה, כולל כל אירועי ITestInvocationListener.invocationEnded(long) .

default void invocationInitiated ( IInvocationContext context)

התקשרות חוזרת כאשר מופעלת הזמנה.

default void releaseDevices ( IInvocationContext context, devicesStates) releaseDevices ( IInvocationContext context, devicesStates)

התקשרות חוזרת הקשורה ל- ICommandOptions#earlyDeviceRelease() כדי לשחרר את המכשירים בסיום איתם.

שיטות ציבוריות

InvocationComplete

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

התקשרות חוזרת לאחר השלמת ההתקשרות המלאה, כולל כל אירועי ITestInvocationListener.invocationEnded(long) .

InvocationInitiated

public void invocationInitiated (IInvocationContext context)

התקשרות חוזרת כאשר מופעלת הזמנה. זה נקרא לפני שליפת רכיבים כלשהם.

לשחרר התקנים

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

התקשרות חוזרת הקשורה ל- ICommandOptions#earlyDeviceRelease() כדי לשחרר את המכשירים בסיום איתם.