gwt force Application.close()

Hi all,

I have some running threads that need to be closed upon Application.close().
This works just fine on a normal log-out.
But what about when the browser tab closes?

I made a widget that catches these events (on client side), but I was unable to force the close event of the Vaadin Application.

Is there a way?

Thanks in advance.
Elod.