A library offering a modern event system for ActionScript 3 inspired by C# events and Qt’s signals/slots, replacing string-based events with type-safe, boilerplate-free Signals. A Signal is essentially a mini-dispatcher specific to one event, with its own array of listeners. A Signal gives an event a concrete membership in a class. Listeners subscribe to real objects, not to string-based channels. Event string constants are no longer needed. Signals are inspired by C# events and signals/slots in Qt.
Features
- Type‑safe dispatching of events via Signals
- No need for string‑based event constants
- Lightweight, strongly‑typed messaging tools
- Listener subscription tied to real objects, not strings
- Inspired by C# events and Qt signals/slots
- Reduces boilerplate compared to classic AS3 Events
Categories
LibrariesLicense
MIT LicenseFollow AS3 Signals
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AS3 Signals!