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
:collections.List
idListTODO
Methods
Contains(p_id) → {boolean}
Return whether or not the repertoire contains an ID associated with a given string
Parameters:
Name | Type | Description |
---|---|---|
p_id |
string | data.core.ID |
Create(p_string) → {data.core.ID}
Create and return new ID with a given string.
Parameters:
Name | Type | Description |
---|---|---|
p_string |
string |
Get(p_string) → {data.core.ID}
Return the ID associated with a given string, if any
Parameters:
Name | Type | Description |
---|---|---|
p_string |
string |
IsAvailable(p_stringID) → {boolean}
TODO
Parameters:
Name | Type | Description |
---|---|---|
p_stringID |
string |
PreventRelease()
- Inherited From:
Remove(p_id) → {boolean}
Removes & release a given ID.
Parameters:
Name | Type | Description |
---|---|---|
p_id |
data.core.ID |
(p_id, p_newName, p_oldName)
_OnIDRenamedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_id |
data.core.ID | |
p_newName |
string | |
p_oldName |
string |
(p_id, p_newName)
_OnIDRenamingTODO
Parameters:
Name | Type | Description |
---|---|---|
p_id |
data.core.ID | |
p_newName |
string |