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?