public interface

HistoryListener

implements EventListener
com.google.gwt.user.client.HistoryListener

This interface is deprecated.
use addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler) instead

Class Overview

Implement this interface to receive notification of changes to the browser history state. It is used with History.

Summary

Public Methods
abstract void onHistoryChanged(String historyToken)
Fired when the user clicks the browser's 'back' or 'forward' buttons.

Public Methods

public abstract void onHistoryChanged (String historyToken)

Fired when the user clicks the browser's 'back' or 'forward' buttons.

Parameters
historyToken the token representing the current history state