Searched refs:CustomHistoryListener (Results 1 – 4 of 4) 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()
7 import autotest.common.CustomHistory.CustomHistoryListener;30 implements CustomHistoryListener, ClickHandler {
8 import autotest.common.CustomHistory.CustomHistoryListener;36 implements ChangeHandler, ClickHandler, CustomHistoryListener {
4 import autotest.common.CustomHistory.CustomHistoryListener;29 public class CustomTabPanel extends Composite implements CustomHistoryListener,