GWT and Browser refresh button
By dgirard on Saturday 15 August 2009, 11:46 - GWT Article - Permalink
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.


Comments
a