package flash.events
implemented by EventDispatcher
Available on flashaddEventListener (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