IEventDispatcher

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部