TimerEvent

Kind of class:class
Inherits from:none
Dispatched by:
Classpath:org.asapframework.util.timer.TimerEvent
File last modified:Thursday, 13 July 2006, 13:48:48

Summary


Constructor
  • TimerEvent (inType:String, inTarget:Timer, inLoop:Number, inLoops:Number, inLoopProgress:Number, inTotalProgress:Number)
    • Constructor
Class properties
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)

PAUSE

static PAUSE:String = "onTimerPause"
(read)

PROGRESS

static PROGRESS:String = "onTimerProgress"
(read)

READY

static READY:String = "onTimerReady"
(read)

RESET

static RESET:String = "onTimerReset"
(read)

RESUME

static RESUME:String = "onTimerResume"
(read)

START

static START:String = "onTimerStart"
(read)

STOP

static STOP:String = "onTimerStop"
(read)

Instance properties

loop

loop:Number
(read)

loopProgress

loopProgress:Number
(read)

loops

loops:Number
(read)

target

target:Timer
(read)

totalProgress

totalProgress:Number
(read)

type

type:String
(read)