File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/org/puremvc/as3/multicore/patterns/observer Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ package org.puremvc.as3.multicore.patterns.observer
2626 * classes have frequent <code >Facade</code > interactions and usually require
2727 * access to the facade anyway.</P >
2828 *
29+ * <P >
30+ * NOTE: In the MultiCore version of the framework, there is one caveat to
31+ * notifiers, they cannot send notifications or reach the facade until they
32+ * have a valid multitonKey.
33+ *
34+ * The multitonKey is set:
35+ * * on a Command when it is executed by the Controller
36+ * * on a Mediator is registered with the View
37+ * * on a Proxy is registered with the Model.
38+ *
2939 * @see org.puremvc.as3.multicore.patterns.proxy.Proxy Proxy
3040 * @see org.puremvc.as3.multicore.patterns.facade.Facade Facade
3141 * @see org.puremvc.as3.multicore.patterns.mediator.Mediator Mediator
You can’t perform that action at this time.
0 commit comments