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:
Members
isEnabled :boolean
- Inherited From:
targetCount :number
- Inherited From:
targets :array
- Inherited From:
Methods
Disable()
- Inherited From:
Enable()
- Inherited From:
Flush()
- Inherited From:
Hook(p_evt, p_fn, p_subscriber)
- Inherited From:
Observe(p_target) → {*}
- Overrides:
Starts watching for signals of a given target
Parameters:
| Name | Type | Description |
|---|---|---|
p_target |
* |
ObserveOnly(p_target) → {*}
- Overrides:
Starts watching for signals of a given target, and removes all other targets
Parameters:
| Name | Type | Description |
|---|---|---|
p_target |
* | may be null |
PreventRelease()
- Inherited From:
Unhook(p_evt, p_fn, p_subscriber)
- Inherited From:
Unobserve(p_target) → {*}
- Overrides:
Stop watching for signals of a given target
Parameters:
| Name | Type | Description |
|---|---|---|
p_target |
* |
_CleanUp()
- Inherited From: