Package com.google.gwt.user.client
Interface HistoryListener
-
- All Superinterfaces:
java.util.EventListener
@Deprecated public interface HistoryListener extends java.util.EventListener
Deprecated.Implement this interface to receive notification of changes to the browser history state. It is used withHistory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onHistoryChanged(java.lang.String historyToken)
Deprecated.
-