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
Stop Storing Third-Party Tokens in Your Database
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AS3 Signals!