Tagged Questions

0
votes
1answer
205 views

ActionScript/Flex: Why are the apply{Fault,Result} methods of AsyncToken internal?

As the title suggests, why are the applyResult and applyFault methods of AsyncToken marked mx_internal? There have been a few times that I would have liked to use AsyncToken in my code, but I've ...