Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahlbergbob/Notifier
A notification dispatcher lib to replace the native actionscript event-model
https://github.com/dahlbergbob/Notifier
Last synced: about 2 months ago
JSON representation
A notification dispatcher lib to replace the native actionscript event-model
- Host: GitHub
- URL: https://github.com/dahlbergbob/Notifier
- Owner: dahlbergbob
- License: gpl-3.0
- Created: 2012-06-14T07:38:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T18:47:00.000Z (almost 12 years ago)
- Last Synced: 2024-08-04T05:03:03.260Z (5 months ago)
- Language: ActionScript
- Size: 1.49 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: license.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Notifier - A notification dispatcher lib to replace the native actionscript event-model (Unsorted / Other API)
README
Notifier Copyright (C) 2013 Bob Dahlberg
This program comes with ABSOLUTELY NO WARRANTY; for details see http://www.gnu.org/licenses (GNU GPLv3)
This is free software, and you are welcome to redistribute it under certain conditions.The Notifier works in the manner of an event dispatcher but handles uses strongly typed notifications instead of string event-types.
It is an merge between AS3-Signals and native ActionScript Events which combines the pro's with signals in a more ActionScript-native way.The Main class is just an example class using the Notifier.
The three examples just shows the simplicity of use and three alternate ways of doing it.
TBC