| Module: | libext | Package: | wrap.ext.util | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.util.DelayedTask
Inheritance : Object
Constructors
| Signature |
| public DelayedTask() |
| public DelayedTask(Function fn) |
| public DelayedTask(Function fn, Object scope) |
| public DelayedTask(Function fn, Object scope, Array<Object> args) |
Methods
| Name | Signature |
| cancel | void cancel() |
| delay | void delay(int delay) |
| delay | void delay(int delay, Function newFn) |
| delay | void delay(int delay, Function newFn, Object newScope) |
| delay | void delay(int delay, Function newFn, Object newScope, Array<Object> newArgs) |
Constructors
|
public DelayedTask() |
|
public DelayedTask(Function fn) Parameters
|
|
public DelayedTask(Function fn, Object scope) Parameters
|
|
public DelayedTask(Function fn, Object scope, Array<Object> args) Parameters
|
Methods
|
cancel void cancel() |
|
delay void delay(int delay) Parameters
|
|
delay void delay(int delay, Function newFn) Parameters
|
|
delay void delay(int delay, Function newFn, Object newScope) Parameters
|
|
delay void delay(int delay, Function newFn, Object newScope, Array<Object> newArgs) Parameters
|
| Module: | libext | Package: | wrap.ext.util | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |