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/Streamer.js

  • Provides:

    • dojox.timing.Streamer
  • Requires:

    • dojox.timing._base in common
  • dojox.timing.Streamer

    • parameters:
      • input: (typeof function)
        the function executed when the internal queue reaches minimumSize
      • output: (typeof function)
        the function executed on internal tick
      • interval: (typeof int)
        the interval in ms at which the output function is fired.
      • minimum: (typeof int)
        the minimum number of elements in the internal queue.
      • initialData: (typeof array)
    • type
      Function
  • dojox.timing.Streamer.interval

    • type
      the
    • summary
      interval in ms at which the output function is fired.
      minimum: the minimum number of elements in the internal queue.
  • dojox.timing.Streamer.minimumSize

    • type
      Number
  • dojox.timing.Streamer.inputFunction

    • type
      Function
  • dojox.timing.Streamer.outputFunction

    • type
      Function
  • dojox.timing.Streamer.setInterval

    • parameters:
      • ms: (typeof int)
    • type
      Function
  • dojox.timing.Streamer.onTick

    • parameters:
      • obj: (typeof dojox.timing.Streamer)
    • type
      Function
  • dojox.timing.Streamer.start

    • type
      Function
  • dojox.timing.Streamer.onStart

    • type
      Function
  • dojox.timing.Streamer.stop

    • type
      Function
  • dojox.timing.Streamer.onStop

    • type
      Function
  • dojox.timing

    • type
      Object
  • dojox

    • type
      Object