Robert Penner has develop new approach for AS3 events, inspired by C# events and signals/slots in Qt. This project call Signals. This can be an alternative solutions to manage your Events.
Here are the Concept and Philosophy sections for a start:
The Concept
A Signal is essentially a mini-dispatcher specific to one event, with its [...]








