Community Map Builder 27 Apr 2008

Class Timer

Object
   |
   +--ToolBase
         |
         +--Timer

class Timer
extends ToolBase

Defined in Timer.js

Author: Adair , Ian Turton


Field Summary
 Object autoStart
          
 Object delay
          
 Object eventName
          
 Object eventValue
          
 Object interval
          
   
Fields inherited from class ToolBase
model, toolNode, enabled
 
Constructor Summary
Timer (toolNode, model)
            Timer to fire an event at the specified interval.
 
Method Summary
 void play()
           Starts the timer playing by using a JavaScript timer.
 void startOnLoad(objRef)
          
 void stop()
           Stops the JavaScript timer.
 
Methods inherited from class ToolBase
initTargetModel, initMouseHandler, getProperty
 

Field Detail

autoStart

Object autoStart

delay

Object delay

eventName

Object eventName

eventValue

Object eventValue

interval

Object interval

Constructor Detail

Timer

Timer(toolNode, model)

Method Detail

play

void play()

startOnLoad

void startOnLoad(objRef)

stop

void stop()

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008