History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-15565
Type: Feature Request Feature Request
Status: Open Open
Priority: None None
Assignee: Matt Chotin
Reporter: Ha Duc Loc
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Flex SDK

To support a function to remove all event listeners from IEventDispatcher interface or EventDispatcher

Created: 05/14/08 01:18 AM   Updated: 06/23/08 07:52 AM
Component/s: Events
Security Level: Public (All JIRA Users )


 Description  « Hide
Request new feature:

1. Add funtion to IEventDispatcher to remove all event listeners
  
   public function removeAllEventListeners():void;

2. Implement the funtion in EventDispatcher class.

 All   Comments      Sort Order:
Marvin Froeder - [06/23/08 07:52 AM ]
If a removeAll function is not possible, will be very cool if I can list all events added on a object.

Something like this:
public function getAllEventListerners():ArrayCollection; //Dictonary, Object ...


VELO