Home
last modified time | relevance | path

Searched refs:CustomHistoryListener (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/
DCustomHistory.java33 private List<CustomHistoryListener> listeners = new ArrayList<CustomHistoryListener>();
36 public static interface CustomHistoryListener { interface in CustomHistory
75 for (CustomHistoryListener listener : listeners) { in processHistoryTokenString()
84 public static void addHistoryListener(CustomHistoryListener listener) { in addHistoryListener()
88 public static void removeHistoryListener(CustomHistoryListener listener) { in removeHistoryListener()
/external/autotest/frontend/client/src/autotest/common/ui/
DCustomTabPanel.java4 import autotest.common.CustomHistory.CustomHistoryListener;
29 public class CustomTabPanel extends Composite implements CustomHistoryListener,
/external/autotest/frontend/client/src/autotest/tko/
DSavedQueriesControl.java8 import autotest.common.CustomHistory.CustomHistoryListener;
36 implements ChangeHandler, ClickHandler, CustomHistoryListener {