
| Key: |
SDK-15565
|
| Type: |
Feature Request
|
| Status: |
Closed
|
| Resolution: |
Duplicate
|
| Priority: |
None
|
| Assignee: |
Matt Chotin
|
| Reporter: |
Ha Duc Loc
|
| Votes: |
1
|
| Watchers: |
4
|
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 05/14/08 01:18 AM
Updated: 07/16/08 08:37 PM
|
|
| Component/s: |
Events
|
|
Security Level:
|
Public
(All JIRA Users
)
|
|
|
Request new feature:
1. Add funtion to IEventDispatcher to remove all event listeners
public function removeAllEventListeners():void;
2. Implement the funtion in EventDispatcher class.
|
|
Description
|
Request new feature:
1. Add funtion to IEventDispatcher to remove all event listeners
public function removeAllEventListeners():void;
2. Implement the funtion in EventDispatcher class. |
Show » |
|
All
|
Comments
|
|
Sort Order:
|
|
Something like this:
public function getAllEventListerners():ArrayCollection; //Dictonary, Object ...
VELO