W3cubDocs

/Haxe Flash

IEventDispatcher

package flash.events

implemented 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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/events/IEventDispatcher.html