ProgressIndicatorEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Version: | 11 Feb 2006 |
| Author: | Arthur Clemens |
| Classpath: | playground.classes.ui.ProgressIndicatorEvent |
| File last modified: | Thursday, 13 July 2006, 09:34:01 |
Event object that is dispatched by ProgressIndicator.
Summary
Constructor
Class properties
Constructor
ProgressIndicatorEvent
function ProgressIndicatorEvent (
inType:String,
inProgressIndicator:ProgressIndicator)
Parameters:
inType:
String, name of event and of handler function
Class properties
FINISHED
static FINISHED:String = "onProgressIndicatorFinished"
(read,write)
Instance properties
progressIndicator
progressIndicator:ProgressIndicator
(read,write)