api/flash/events/eventdispatcher

Differences between version #4337 and #5648

14c14
< [field][kwd]function[/kwd] addEventListener( type : [[/api/String]], listener : [[/api/Dynamic]], ?useCapture : [[/api/Bool]], ?priority : [[/api/Int]], ?useWeakReference : [[/api/Bool]] ) : [[/api/Void]]
---
> [field][kwd]function[/kwd] addEventListener( type : [[/api/String]], listener : [[/api/Dynamic]] -> [[/api/Void]], ?useCapture : [[/api/Bool]], ?priority : [[/api/Int]], ?useWeakReference : [[/api/Bool]] ) : [[/api/Void]]
29c29
< [field][kwd]function[/kwd] removeEventListener( type : [[/api/String]], listener : [[/api/Dynamic]], ?useCapture : [[/api/Bool]] ) : [[/api/Void]]
---
> [field][kwd]function[/kwd] removeEventListener( type : [[/api/String]], listener : [[/api/Dynamic]] -> [[/api/Void]], ?useCapture : [[/api/Bool]] ) : [[/api/Void]]

	
Ver Date Lg User Action
#12884 2012-04-12 22:24:56 en api View | Diff
#5648 2009-03-22 13:42:57 en api View | Diff
#4337 2008-10-05 11:37:13 en api View | Diff
#1913 2008-07-28 09:58:30 en api View | Diff
#310 2008-05-02 19:16:29 en api View | Diff
#309 2008-05-02 19:16:29 en api Set title to EventDispatcher

Previous | Next