Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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