IEventDispatcher
extern interface flash.events.IEventDispatcherAvailable in flash9
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 willTrigger( type : String ) : Bool
version #1918, modified 2008-07-28 09:58:33 by api