| Property | Defined By | ||
|---|---|---|---|
| count : int = 0 | TraceEvent | ||
| percent : Number = 0 | TraceEvent | ||
| percentPart : Number = 0 | TraceEvent | ||
| totalParts : Number = 1 | TraceEvent | ||
| Method | Defined By | ||
|---|---|---|---|
TraceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | TraceEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| TRACE_COMPLETE : String = tracecomplete [static]
Defines the value of the type property of a tracecomplete event object. | TraceEvent | ||
| TRACE_COUNT : String = tracecount [static]
Defines the value of the type property of a tracecount event object. | TraceEvent | ||
| TRACE_PROGRESS : String = traceprogress [static]
Defines the value of the type property of a traceprogress event object. | TraceEvent | ||
| count | property |
public var count:int = 0| percent | property |
public var percent:Number = 0| percentPart | property |
public var percentPart:Number = 0| totalParts | property |
public var totalParts:Number = 1| TraceEvent | () | Constructor |
public function TraceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| TRACE_COMPLETE | Constant |
public static const TRACE_COMPLETE:String = tracecompleteDefines the value of the type property of a tracecomplete event object.
| TRACE_COUNT | Constant |
public static const TRACE_COUNT:String = tracecountDefines the value of the type property of a tracecount event object.
| TRACE_PROGRESS | Constant |
public static const TRACE_PROGRESS:String = traceprogressDefines the value of the type property of a traceprogress event object.