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
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AS3 Signals!