W3cubDocs

/Haxe Flash

IEventDispatcher

package flash.events

extended by EventDispatcher

Available on flash

Methods

addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

dispatchEvent(event:Event):Bool

hasEventListener(type:String):Bool

removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void

willTrigger(type:String):Bool

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/events/IEventDispatcher.html