712f74716f20361a4bf850a6791e8782270e315f
[roojs1] / docs / symbols / Roo.util.DelayedTask.json
1 {
2   "name" : "Roo.util.DelayedTask",
3   "augments" : [
4   ],
5   "desc" : "Provides a convenient method of performing setTimeout where a new\ntimeout cancels the old timeout. An example would be performing validation on a keypress.\nYou can use this class to buffer\nthe keypress events for a certain number of milliseconds, and perform only if they stop\nfor that amount of time.",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : false,
9   "memberOf" : "DelayedTask",
10   "example" : "",
11   "deprecated" : "",
12   "since" : "",
13   "see" : "",
14   "params" : [
15     {
16       "name" : "fn",
17       "type" : "Function",
18       "desc" : "(optional) The default function to timeout",
19       "isOptional" : false
20     },
21     {
22       "name" : "scope",
23       "type" : "Object",
24       "desc" : "(optional) The default scope of that timeout",
25       "isOptional" : false
26     },
27     {
28       "name" : "args",
29       "type" : "Array",
30       "desc" : "(optional) The default Array of arguments",
31       "isOptional" : false
32     }
33   ],
34   "returns" : [
35   ],
36   "config" : [
37   ],
38   "methods" : [
39   ],
40   "events" : [
41   ]
42 }