| Package: | Ext.util |
| Defined In: | DelayedTask.js |
| Class: | DelayedTask |
| Extends: | Object |
| Method | Defined By | |
|---|---|---|
DelayedTask( [Function fn], [Object scope], [Array args] )
The parameters to this constructor serve as defaults and are not required. The parameters to this constructor serve as defaults and are not required. Parameters:
| DelayedTask | |
| cancel()
:
void Cancel the last queued timeout Cancel the last queued timeout Parameters:
| DelayedTask | |
delay( Number delay, [Function newFn], [Object newScope], [Array newArgs] )
:
voidCancels any pending timeout and queues a new one Cancels any pending timeout and queues a new one Parameters:
| DelayedTask | |