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:
Members
:number
countTODO
id :data.core.ID
TODO
itemClass :function
constructor -- Must inherit data.core.DataBlock
:collections.List
itemListTODO
Methods
CreateTemp(p_class) → {*}
Create a temp data item to be registered afterward.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
p_class |
class |
null
|
Get(p_id)
Return the item associated with the given ID. Returns null if no ID or item is found.
Parameters:
Name | Type | Description |
---|---|---|
p_id |
string | ID |
IsIDAvailable(p_stringID) → {boolean}
Return whether an string ID already exists
Parameters:
Name | Type | Description |
---|---|---|
p_stringID |
string |
PreventRelease()
- Inherited From:
Register(p_item, p_id) → {*}
Register an item previously created through CreateTemp() with a given ID.
Parameters:
Name | Type | Description |
---|---|---|
p_item |
* | |
p_id |
string | ID |
Unregister(p_item)
Unregister and release an item created by this library
Parameters:
Name | Type | Description |
---|---|---|
p_item |
* |
(p_repertoire, p_item)
_OnItemRegisteredTODO
Parameters:
Name | Type | Description |
---|---|---|
p_repertoire |
* | |
p_item |
* |
(p_item)
_OnItemReleasedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_item |
* |
(p_repertoire, p_item)
_OnItemUnregisteredTODO
Parameters:
Name | Type | Description |
---|---|---|
p_repertoire |
* | |
p_item |
* |