Yes it supports Async calls using addAsync

Here is a snip

beerDataService.addEventListener(ResultEvent.RESULT, addAsync(result, 
3000));
                beerDataService.send();

Reply via email to