ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener


האזנה לאירועי הפעלה בסיום ההפעלה.

סיכום

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

abstract void invocationComplete(IInvocationContext context, devicesStates)

קריאה חוזרת (callback) בסיום ההפעלה המלאה, כולל כל אירועי ITestInvocationListener.invocationEnded(long).

default void invocationInitiated(IInvocationContext context)

קריאה חוזרת (callback) כשמופעלת הפעלה.

default void releaseDevices(IInvocationContext context, devicesStates)

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

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

הפעלה הושלמה

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

קריאה חוזרת (callback) בסיום ההפעלה המלאה, כולל כל אירועי ITestInvocationListener.invocationEnded(long).

ההפעלה התחילה

public void invocationInitiated (IInvocationContext context)

קריאה חוזרת (callback) כשמופעלת הפעלה. היא מופעלת לפני אחזור של גרסאות build.

מכשירי הפצה

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

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