interface openfl.events.IEventDispatcher

Available on all platforms

Instance Fields

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool):Void

function dispatchEvent(event:Event):Bool

function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool):Void

function willTrigger(type:String):Bool