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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AS3 Signals!