function getService(ary:ArrayCollection):void
{
service.addEventListener(ResultEvent.RESULT, getServiceEvent(ary));
service.showService();
}
function getServiceEvent(ary:ArrayCollection)
{
return function(e:ResultEvent)
{
}
}