Hi everyone,
I have a GWT application that uses RPC calls heavily. I would like to display a spinner icon whenever a call is in progress. It is easy enough to display the icon, but I want to do it seamlessly in one place so I don't have to explicitly hide and show the icon for each call.
I guess I am looking for something similar to jQuery's ajaxStart and ajaxStop events.
Has anyone done something like this before?
Cheers Tin