javier :

There's plenty of documentation regarding the handling of the browser's back button with GWT's History tracking.  I understand the concept of mapping a String token to a specific application state.

Does GWT provide a mechanism to notify the application whenever the user clicks the browser's refresh button? (ie the equivalent to History.addValueChangeHandler() for the back button).

I like the answer from Ian Bambury.

Browser refresh button