Functiondojox.timing.Streamer.onTick

dojo.require("dojox.timing.Streamer");
defined in dojox/timing/Streamer.js

Usage

function (/*dojox.timing.Streamer*/ obj) (view source)
parametertypedescription
objdojox.timing.StreamerStreamer will take an input function that pushes N datapoints into a queue, and will pass the next point in that queue out to an
fieldtypedescription
.inputFunction 
.intervalinterval in ms at which the output function is fired.
.minimumSize 
.onStartFunction 
.onStopFunction 
.onTickFunction 
.outputFunction 
.setIntervalFunctionsets the interval in milliseconds of the internal timer
.startFunctionstarts the Streamer
.stopFunctionstops the Streamer