flash.display.Worker

type
class
extends
flash.events.EventDispatcher
available in
flash
metadata
:require
flash11_2
:final

Constructor

new()

Instance Variables hide inherited show inherited

running(default,null) : Bool

view(default,null) : StageWorker

Instance Methods hide inherited show inherited

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

dispatchEvent(event : Event) : Bool

hasEventListener(type : String) : Bool

load(request : flash.net.URLRequest) : Void

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

toString() : String

unload() : Void

willTrigger(type : String) : Bool