Flex Repeaters and EventListeners
问题 At first glance, the Repeater control looks extremely powerful, but now I'm having second thoughts. Problem at hand: Adding Event Listeners to the children Repeater object is bound to and iterates through an ArrayCollection creating new Vbox children for each item. Now for each child, the Repeater object will fire off a "repeat" event, where I'm tempted to add the eventlistener (for mouse events). No problems so far, but, what happens when the ArrayCollection changes, how should I remove the