[Arp] Pizza example: question about duplicate addEventListeners

Chris Velevitch chris.velevitch at gmail.com
Fri Feb 25 00:31:05 PST 2005


In the Pizza example, I see event listeners for the same event
appearing in 2 locations:-

controller.as: app.orderForm.addEventListener ( "orderPizza", this );
Application.as: orderForm.addEventListener ( "orderPizza", this );

I'm a newbie to ARP and I just want to understand why?



More information about the Arp mailing list