TimerEvent
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Dispatched by: | |
| Classpath: | org.asapframework.util.timer.TimerEvent |
| File last modified: | Thursday, 13 July 2006, 09:33:59 |
Summary
Constructor
Instance properties
Constructor
TimerEvent
function TimerEvent (
inType:String,
inTarget:Timer,
inLoop:Number,
inLoops:Number,
inLoopProgress:Number,
inTotalProgress:Number)
Constructor
Class properties
LOOPREADY
static LOOPREADY:String = "onTimerLoopReady"
(read,write)
PAUSE
static PAUSE:String = "onTimerPause"
(read,write)
PROGRESS
static PROGRESS:String = "onTimerProgress"
(read,write)
READY
static READY:String = "onTimerReady"
(read,write)
RESET
static RESET:String = "onTimerReset"
(read,write)
RESUME
static RESUME:String = "onTimerResume"
(read,write)
START
static START:String = "onTimerStart"
(read,write)
STOP
static STOP:String = "onTimerStop"
(read,write)
Instance properties
loop
loop:Number
(read,write)
loopProgress
loopProgress:Number
(read,write)
loops
loops:Number
(read,write)
target
target:Timer
(read,write)
totalProgress
totalProgress:Number
(read,write)
type
type:String
(read,write)