Package | com.swfwire.debugger.events |
Class | public class AsyncSWFModifierEvent |
Inheritance | AsyncSWFModifierEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
progress : Number | AsyncSWFModifierEvent |
Method | Defined By | ||
---|---|---|---|
AsyncSWFModifierEvent(type:String, progress:Number) | AsyncSWFModifierEvent |
Constant | Defined By | ||
---|---|---|---|
COMPLETE : String = complete [static] | AsyncSWFModifierEvent | ||
RUN : String = run [static] | AsyncSWFModifierEvent |
progress | property |
public var progress:Number
AsyncSWFModifierEvent | () | Constructor |
public function AsyncSWFModifierEvent(type:String, progress:Number)
type:String | |
progress:Number |
COMPLETE | Constant |
public static const COMPLETE:String = complete
RUN | Constant |
public static const RUN:String = run