I'm incorporating a GWT application in my website and I need to execute some functions after the application has finished loading.
I've read this question but calling some javascript function from GWT is not what I want. I would like to be able, from the page, to detect that the loading is finished.
Is there a way to fire an event from GWT that I could listen to from jquery ?
Ideally without the need to create a jQuery custom event inside GWT.