Module:libextPackage:wrap.ext.utilParent:ObjectCopyright (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

NameSignature
cancelvoid cancel()
delayvoid delay(int delay)
delayvoid delay(int delay, Function newFn)
delayvoid delay(int delay, Function newFn, Object newScope)
delayvoid delay(int delay, Function newFn, Object newScope, Array<Object> newArgs)

Constructors

public DelayedTask()


public DelayedTask(Function fn)

Parameters

NameTypeDescription
fncore.Function



public DelayedTask(Function fn, Object scope)

Parameters

NameTypeDescription
fncore.Function
scopecore.Object



public DelayedTask(Function fn, Object scope, Array<Object> args)

Parameters

NameTypeDescription
fncore.Function
scopecore.Object
argscore.Array<core.Object>



Methods

cancel

void cancel()


delay

void delay(int delay)

Parameters

NameTypeDescription
delaycore.int

delay

void delay(int delay, Function newFn)

Parameters

NameTypeDescription
delaycore.int
newFncore.Function

delay

void delay(int delay, Function newFn, Object newScope)

Parameters

NameTypeDescription
delaycore.int
newFncore.Function
newScopecore.Object

delay

void delay(int delay, Function newFn, Object newScope, Array<Object> newArgs)

Parameters

NameTypeDescription
delaycore.int
newFncore.Function
newScopecore.Object
newArgscore.Array<core.Object>

Module:libextPackage:wrap.ext.utilParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation