Skip to content

Commit efe7c87

Browse files
author
Cliff Hall
committed
Comments in notifier asdoc about the multitonKey
1 parent eaaa07d commit efe7c87

File tree

1 file changed

+10
-0
lines changed
  • src/org/puremvc/as3/multicore/patterns/observer

1 file changed

+10
-0
lines changed

src/org/puremvc/as3/multicore/patterns/observer/Notifier.as

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)