X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.util.DelayedTask.html?ds=sidebyside diff --git a/docs/output/Ext.util.DelayedTask.html b/docs/output/Ext.util.DelayedTask.html index edbe4272..5364a999 100644 --- a/docs/output/Ext.util.DelayedTask.html +++ b/docs/output/Ext.util.DelayedTask.html @@ -1,4 +1,4 @@ -
Package: | Ext.util |
Defined In: | DelayedTask.js |
Class: | DelayedTask |
Extends: | Object |
The DelayedTask class provides a convenient way to "buffer" the execution of a method, +
Package: | Ext.util |
Defined In: | DelayedTask.js |
Class: | DelayedTask |
Extends: | Object |
The DelayedTask class provides a convenient way to "buffer" the execution of a method, performing setTimeout where a new timeout cancels the old timeout. When called, the task will wait the specified time period before executing. If durng that time period, the task is called again, the original call will be cancelled. This continues so that