X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.util.DelayedTask.html diff --git a/docs/output/Ext.util.DelayedTask.html b/docs/output/Ext.util.DelayedTask.html index 281fe777..b31b9032 100644 --- a/docs/output/Ext.util.DelayedTask.html +++ b/docs/output/Ext.util.DelayedTask.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.util.DelayedTask

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, +

Class Ext.util.DelayedTask

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