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:
_Broadcast(p_signal, …args)
- Inherited From:
Methods
_Init()
- Inherited From:
_PostInit()
- Inherited From:
Methods
_Bind(p_func)
- Inherited From:
Members
isReleasing :boolean
- Inherited From:
Methods
Release()
- Inherited From:
_CleanUp()
- Inherited From:
Members
optionHandler :common.helpers.OptionsHandler
TODO
options :object
TODO
Methods
AppendOptions(p_options)
TODO
Parameters:
| Name | Type | Description |
|---|---|---|
p_options |
object |
GetOption(p_id, p_fallback)
Return the option value at specified id.
Return the fallback value in case no option exists.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
p_id |
string | ||
p_fallback |
* |
null
|
GetOrSetOption(p_id, p_fallback)
Return the option value at specified id.
Return the fallback value in case no option exists.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
p_id |
string | ||
p_fallback |
* |
null
|
PreventRelease()
- Inherited From:
SetOption(p_id, p_value)
Set the value of the option with the specified id.
Parameters:
| Name | Type | Description |
|---|---|---|
p_id |
string | |
p_value |
* |