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
idList :collections.List
TODO
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 |
_OnIDRenamed(p_id, p_newName, p_oldName)
TODO
Parameters:
| Name | Type | Description |
|---|---|---|
p_id |
data.core.ID | |
p_newName |
string | |
p_oldName |
string |
_OnIDRenaming(p_id, p_newName)
TODO
Parameters:
| Name | Type | Description |
|---|---|---|
p_id |
data.core.ID | |
p_newName |
string |