Constructor
new ProgressNumeric(progressMin, progressMax, handler)
Parameters:
| Name | Type | Default | Description | 
|---|---|---|---|
| progressMin | Number | 0 | the lowest possible value for the progress | 
| progressMax | Number | 1 | the largest possible value for the progress | 
| handler | callbackHandler.<number> | a callback to be invoked for every progress reported. If not provided, you may subscribe to the events of this class or use the provided Observable. | 
- Source:
Members
percent :Number
Type:
- Number
- Source:
Methods
reportProgress(progress) → {this}
Parameters:
| Name | Type | Description | 
|---|---|---|
| progress | Number | the numeric progress | 
- Source:
Returns:
- Type
- this