Reply to comment

OK, sorry, I've got it.

Either you use the ModuleMediator with this syntax :
moduleCommandMap.mapEvent( "evenType", TypeCommand );
to map from there the outside module events to inner commands

or

mapRedispatchInternally( "evenType" );
to redirect the event to the inner module eventdispatcher, and then to use the commands declared in the module's context.

Makes perfect sense now !

Eric Priou (not verified) | Mar 19th, 2010 at 7:53 pm

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

More information about formatting options