blob: c1a3e2ce3e393f76cd94c231c476a774f60cc40d [file] [log] [blame]
package autotest.tko;
import autotest.common.CustomHistory.HistoryToken;
interface TestSelectionListener {
public void onSelectTest(int testId);
public HistoryToken getSelectTestHistoryToken(int testId);
}