Community Map Builder 21 Aug 2007

Class Timer

Object
   |
   +--ToolBase
         |
         +--Timer

class Timer
extends ToolBase

Defined in Timer.js

Author: Adair , Ian Turton


Field Summary
 Object delay
          
 Object interval
          
   
Fields inherited from class ToolBase
model, toolNode
 
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
 

Field Detail

delay

Object delay

interval

Object interval

Constructor Detail

Timer

Timer(toolNode, model)

Method Detail

play

void play()

startOnLoad

void startOnLoad(objRef)

stop

void stop()

Community Map Builder 21 Aug 2007

Documentation generated by JSDoc on Tue Aug 21 08:12:28 2007