GWT 2.1.1

Uses of Interface
com.google.gwt.user.client.HistoryListener

Packages that use HistoryListener
com.google.gwt.user.client 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 HistoryListener
static void History.addHistoryListener(HistoryListener listener)
          Deprecated. use History.addValueChangeHandler(ValueChangeHandler) instead
static void History.removeHistoryListener(HistoryListener listener)
          Deprecated. 
 


GWT 2.1.1