Hi Steven

Could you explain the reason this new way of passing the command 
string in the addCommand in the ShopController:

addCommand( ShopController.EVENT_GET_PRODUCTS, new GetProductsCommand
() );
....
public static var EVENT_GET_PRODUCTS = "getProducts";

compare to the old cairngorm 0.95 style:

addCommand( "getProducts", new GetProductsCommand() );




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to