Question

Is there a framework for Flex that uses the Qt Signal and Slots paradigm?

I'm getting tired of these event-mapped frameworks.

Was it helpful?

Solution

Robert Penner wrote an AS3 Signals library, to replace flash events.

http://flashblog.robertpenner.com/2009/09/my-new-as3-event-system-signals.html

http://github.com/robertpenner/as3-signals

(it's pretty awesome)

OTHER TIPS

Have you tried PureMVC?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top