My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links


CJSignalsis now version 1.0

You can grab the latest revision from the SVN repository using TortoiseSVN.

TortoiseSVN TutorialDownloadsForum
Technical InfoTutorialsDocumentation

CJSignals is a new approach for ActionScript 3.0 events, inspired by Robert Penner's AS3 Signals, which was inspired by the Event System in C# and the Signals/Slots System in Qt.

CJSignals serves as an alternative to the native event system and AS3 Signals.


CJSignals Features

  • Single type of event corresponds to a single signal object.
  • Listener invocation order can be further controlled by specifying priorities.
  • Provides an easy way to add listeners that are meant to be notified only once and then removed.
  • Supports relay of native events to signal objects.
  • Run-time type checking for dispatched value objects.
  • Low performance bottleneck. Handles massive listeners efficiently.
Powered by Google Project Hosting