Access keys

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

Class properties
Instance properties
Instance properties inherited from Event

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)