NotificationCenter Demo
This demo shows how to use NotificationCenter.
NC was originally developed for NEXT (and subsequently for Mac OS X's Cocoa Framework - see
Cocoa's NotificationCenter). It is another event handling method, to be used in addition to the 'normal' event handling methods in ASAP Framework.
NC is particularly useful when a controller needs to get events from anonymous objects, for instance from nested MovieClips on the timeline.
See the
NotificationCenter documentation for details.
svn co https://svn.sourceforge.net/svnroot/asapframework/trunk/asapframework/demos/NotificationCenter
Docs
Online demo