EventDispatcher

You are viewing an old version of this entry, click here to see latest version.
extern class flash.events.EventDispatcherimplements IEventDispatcherAvailable in flash9 function new( ?target : IEventDispatcher ) : Void function addEventListener( type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool ) : Void function dispatchEvent( event : Event ) : Bool function hasEventListener( type : String ) : Bool function removeEventListener( type : String, listener : Dynamic -> Void, ?useCapture : Bool ) : Void function toString() : String function willTrigger( type : String ) : Bool
version #5648, modified 2009-03-22 13:42:57 by api
0 comment