Extends
Broadcasting
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
Methods
Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
(p_signal, …args)
_Broadcast- Inherited From:
Methods
()
_Init- Inherited From:
()
_PostInit- Inherited From:
Methods
(p_func)
_Bind- Inherited From:
Members
:boolean
isReleasing- Inherited From:
Methods
Release()
- Inherited From:
()
_CleanUp- Inherited From:
Members
:string
fullPathTODO
:io.core.IOType
ioTypeTODO
rsc :io.core.Resource
TODO
Methods
Cancel()
Cancel the current operation
OnEnd()
TODO
OnError(p_err)
TODO
Parameters:
Name | Type | Description |
---|---|---|
p_err |
* |
OnProgress(p_progress)
TODO
Parameters:
Name | Type | Description |
---|---|---|
p_progress |
* |
OnStart()
TODO
OnSuccess()
TODO
Prepare(p_rsc, p_fn, p_states, p_options, args)
TODO
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
p_rsc |
Resource | ||||||||||||||||||||||
p_fn |
function | ||||||||||||||||||||||
p_states |
object | { state:xxx, evt:xxx, fn:xxx } Properties
|
|||||||||||||||||||||
p_options |
object | ||||||||||||||||||||||
p_callbacks.success |
function | ||||||||||||||||||||||
p_callbacks.error |
function | ||||||||||||||||||||||
p_callbacks.any |
function | ||||||||||||||||||||||
args |
array | to be passed to p_fn |
PreventRelease()
- Inherited From: