Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs / symbols / Roo.util.DelayedTask.json
diff --git a/docs/symbols/Roo.util.DelayedTask.json b/docs/symbols/Roo.util.DelayedTask.json
new file mode 100644 (file)
index 0000000..712f747
--- /dev/null
@@ -0,0 +1,42 @@
+{
+  "name" : "Roo.util.DelayedTask",
+  "augments" : [
+  ],
+  "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.",
+  "isSingleton" : false,
+  "isStatic" : false,
+  "isBuiltin" : false,
+  "memberOf" : "DelayedTask",
+  "example" : "",
+  "deprecated" : "",
+  "since" : "",
+  "see" : "",
+  "params" : [
+    {
+      "name" : "fn",
+      "type" : "Function",
+      "desc" : "(optional) The default function to timeout",
+      "isOptional" : false
+    },
+    {
+      "name" : "scope",
+      "type" : "Object",
+      "desc" : "(optional) The default scope of that timeout",
+      "isOptional" : false
+    },
+    {
+      "name" : "args",
+      "type" : "Array",
+      "desc" : "(optional) The default Array of arguments",
+      "isOptional" : false
+    }
+  ],
+  "returns" : [
+  ],
+  "config" : [
+  ],
+  "methods" : [
+  ],
+  "events" : [
+  ]
+}
\ No newline at end of file