1. Yes, you commonly see it if things aren’t being garbage collected properly.
2. If you are implementing IEventDispatcher yourself, add in the logic to store them. There is a popular monkey patch for UIComponent to provide the same functionality for framework components. Gk. From: [email protected] [mailto:[email protected]] On Behalf Of Technusiast Sent: 29 June 2010 23:51 To: [email protected] Subject: [flexcoders] list event listener(s) for an event type? Hello, These are more of AS3 questions, but probably useful for Flex: Is it possible to have more than one active event listener for the same event type on the same event dispatcher instance? Is it possible to list all the listener functions ( 1 or all ) for a particular event type? Thanks.

