Class JSUTILS.TimerEvent
Extends
JSUTILS.Event.
An Event object to be dispatched (fired) by a Timer
object.
Defined in: TimerEvent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
JSUTILS.TimerEvent(type)
TimerEvent Description
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> <constant> |
JSUTILS.TimerEvent.TIMER
Description
|
| <static> <constant> |
JSUTILS.TimerEvent.TIMER_COMPLETE
Description
|
- Fields borrowed from class JSUTILS.Event:
- target, type
Class Detail
JSUTILS.TimerEvent(type)
TimerEvent Description
- Parameters:
- {String} type
- The event type
Field Detail
<static> <constant>
JSUTILS.TimerEvent.TIMER
Description
<static> <constant>
JSUTILS.TimerEvent.TIMER_COMPLETE
Description
