Uses of Interface
com.google.gwt.user.client.HistoryListener
Packages that use HistoryListener
Package
Description
Fundamental user-interface classes used in client-side GWT code.
-
Uses of HistoryListener in com.google.gwt.user.client
Methods in com.google.gwt.user.client with parameters of type HistoryListenerModifier and TypeMethodDescriptionstatic voidHistory.addHistoryListener(HistoryListener listener) Deprecated.static voidHistory.removeHistoryListener(HistoryListener listener) Deprecated.
History.addValueChangeHandler(ValueChangeHandler)instead