
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 05/14/08 01:18 AM
Updated: 06/23/08 07:52 AM
|
|
| 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