Resty-GWT custom callback on async start and end
问题 I use resty gwt for all server communication. I would like some indicator that would show the operation is in progress. I consider 2 aproaches: progressbar, which will show in progress percentage; animation, that will be showed while operation is in progress, but without any percantage. I've assumed that I need to add custom filter with callback. I would like to fire events like: RestyGwtComunicationStart and RestyGwtComunicationEnd , or callback to fire onComunicationStarted and