Package | org.apache.flex.events |
Class | public class ProgressEvent |
Inheritance | ProgressEvent ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
current : Number
The current value. | ProgressEvent | ||
total : Number
The total value. | ProgressEvent |
Method | Defined By | ||
---|---|---|---|
ProgressEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, current:Number, total:Number)
Constructor. | ProgressEvent | ||
![]() |
Create a copy/clone of the Event object. | Event |
Constant | Defined By | ||
---|---|---|---|
![]() | CHANGE : String = change [static] | Event | |
![]() | COMPLETE : String = complete [static] | Event | |
PROGRESS : String = progress [static]
The name of the event. | ProgressEvent |
current | property |
public var current:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The current value.
total | property |
public var total:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The total value.
ProgressEvent | () | Constructor |
public function ProgressEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, current:Number, total:Number)
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
current:Number (default = NaN )
| |
total:Number (default = NaN )
|
PROGRESS | Constant |
public static const PROGRESS:String = progress
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The name of the event.