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
target :*
TODO
Methods
Hook(p_evt, p_path, p_fn, p_subscriberopt)
TODO
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
p_evt |
* | |||
p_path |
string | |||
p_fn |
function | |||
p_subscriber |
* |
<optional> |
null
|
PreventRelease()
- Inherited From:
Unhook(p_evt, p_path, p_fn, p_subscriberopt)
TODO
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
p_evt |
* | |||
p_path |
string | |||
p_fn |
function | |||
p_subscriber |
* |
<optional> |
null
|
(p_evt)
_GetPrefixTODO
Parameters:
Name | Type | Description |
---|---|---|
p_evt |
* |
(p_meta, p_path, p_value)
_OnMetaAddedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_meta |
* | |
p_path |
* | |
p_value |
* |
(p_meta, p_path)
_OnMetaMidUpdateTODO
Parameters:
Name | Type | Description |
---|---|---|
p_meta |
* | |
p_path |
* |
(p_meta, p_path)
_OnMetaRemovedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_meta |
* | |
p_path |
* |
(p_meta, p_path, p_value, p_oldValue)
_OnMetaUpdatedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_meta |
* | |
p_path |
* | |
p_value |
* | |
p_oldValue |
* |