Hi amarasat,

On the client side you could implement
com.google.gwt.user.client.Window.ClosingHandler and override its
onWindowClosing(ClosingEvent e) method, where you call a method on the
rpc-service.

You'll probably also have to deal with a session-timeout in the
service implementation, in case the client loses connection
unexpectedly.

-- 
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.

Reply via email to