Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/timing/_base.js

  • Provides:

    • dojox.timing._base
  • dojox.timing.Timer

    • type
      Function
    • parameters:
      • interval: (typeof int)
        Interval between function calls, in milliseconds.
    • summary
      Timer object executes an "onTick()" method repeatedly at a specified interval.
      repeatedly at a given interval.
  • dojox.timing.Timer.onTick

    • summary
      Method called every time the interval passes.  Override to do something useful.
    • type
      Function
  • dojox.timing.Timer.setInterval

    • parameters:
      • interval: (typeof New)
        interval, in milliseconds.
    • summary
      Reset the interval of a timer, whether running or not.
    • type
      Function
  • dojox.timing.Timer.setInterval.interval

    • type
      New
    • summary
      interval, in milliseconds.
  • dojox.timing.Timer.setInterval.timer

    • type
      Object
  • dojox.timing.Timer.start

    • summary
      Start the timer ticking.
    • description
      Calls the "onStart()" handler, if defined.
      Note that the onTick() function is not called right away,
      only after first interval passes.
    • type
      Function
  • dojox.timing.Timer.start.isRunning

    • type
      Object
  • dojox.timing.Timer.start.timer

    • type
      Object
  • dojox.timing.Timer.stop

    • summary
      Stop the timer.
    • description
      Calls the "onStop()" handler, if defined.
    • type
      Function
  • dojox.timing.Timer.stop.isRunning

    • type
      bool
  • dojox.timing.Timer.timer

    • type
      Object
  • dojox.timing.Timer.isRunning

    • type
      bool
  • dojox.timing.Timer.interval

    • type
      Interval
    • summary
      between function calls, in milliseconds.
  • dojox.timing.Timer.onStart

    • type
      Object
  • dojox.timing.Timer.onStop

    • type
      Object
  • dojox.timing._base

    • type
      Object
  • dojox.timing

    • type
      Object
  • dojox

    • type
      Object