Searched refs:CustomHistoryListener (Results 1 – 3 of 3) sorted by relevance
33 private List<CustomHistoryListener> listeners = new ArrayList<CustomHistoryListener>();36 public static interface CustomHistoryListener { interface in CustomHistory75 for (CustomHistoryListener listener : listeners) { in processHistoryTokenString()84 public static void addHistoryListener(CustomHistoryListener listener) { in addHistoryListener()88 public static void removeHistoryListener(CustomHistoryListener listener) { in removeHistoryListener()
4 import autotest.common.CustomHistory.CustomHistoryListener;29 public class CustomTabPanel extends Composite implements CustomHistoryListener,
8 import autotest.common.CustomHistory.CustomHistoryListener;36 implements ChangeHandler, ClickHandler, CustomHistoryListener {