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
allowMultiple :boolean
TODO
shareSignals :boolean
TODO
Methods
Add(p_item) → {boolean}
Adds an item to the selection
Parameters:
Name | Type | Description |
---|---|---|
p_item |
* |
Clear()
Clear all item in the stack
PreventRelease()
- Inherited From:
Remove(p_item)
Removes an item from the selection.
Parameters:
Name | Type | Description |
---|---|---|
p_item |
* |
(p_signal, p_emitter)
_SpreadEventSpreads an event to all items inside the selection
Parameters:
Name | Type | Description |
---|---|---|
p_signal |
* | |
p_emitter |
* |