Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Question for routeNotification?  (Read 6864 times)
marks416
Sr. Member
****
Posts: 52


View Profile Email
« on: February 19, 2009, 10:14:16 »

Hi,

I read the code and I found the two line code for routeNotification. what is the meaning for "SimpleModule/#"  and "FabricationRoutingDemoShell/*".I confuse the usage for "*" and "#".

routeNotification(FabricationRoutingDemoConstants.RECEIVE_MESSAGE, "Message From Module", null, "SimpleModule/#");

routeNotification(FabricationRoutingDemoConstants.RECEIVE_MESSAGE, "Message From Module", null, "FabricationRoutingDemoShell/*");


Please help me!

Thanks

Mark
Logged
Jason MacDonald
Sr. Member
****
Posts: 243


View Profile Email
« Reply #1 on: February 20, 2009, 06:59:31 »

The '*' refers to all instances of that module (or all modules if it is just the '*' alone). The '#' means all modules with the same group name as the module listed, using the moduleGroup found on the ApplicationFabricator.
Logged
Pages: [1]
Print