On 23 déc, 05:05, pgore <[email protected]> wrote: > Hi > I need to know , if it is possible to handler the moment when the > browser trigger one reload event. > > I can handle the moment when I close My browser , now I want to > handler when is trigger the reload
A "reload" is an "unload" event, the very same that's also fired when you navigate away or close the window/tab. In GWT, this is WindowClosing and WindowClose. Or are you experiencing another behavior in some browser? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
