API DOCS
Classes & Functions
Files & Folders
Class: xajax.callback
variables
functions
xajax.callback.create
xajax.callback.create = function() { }
Create a blank callback object. Two optional arguments let you
set the delay time for the onResponseDelay and onExpiration events.
xajax.callback.setupTimer
xajax.callback.setupTimer = function(iDelay) { }
Create a timer to fire an event in the future. This will
be used fire the onRequestDelay and onExpiration events.
xajax.callback.clearTimer
xajax.callback.clearTimer = function(oCallback, sFunction) { }
Clear a callback timer for the specified function.
xajax.callback.execute
xajax.callback.execute = function(oCallback, sFunction, args) { }
Execute a callback event.
