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
context :*
TODO
emitter :*
Current 'originator' of the command, i.e what made the execution request.
:boolean
enabledTODO
icon :string
Icon asset of the command
:boolean
isEnabledTODO
name :string
Display name of the command
order :boolean
Display order of the command
:boolean
runningTODO
Methods
Cancel()
TODO
(p_context) → {boolean}
CanExecuteChecks whether this command can be executed within a given context
Parameters:
Name | Type | Description |
---|---|---|
p_context |
* |
Disable()
TODO
Enable()
TODO
Execute(p_context)
Execute the command within a given context
Parameters:
Name | Type | Description |
---|---|---|
p_context |
* |
PreventRelease()
- Inherited From:
()
_CancelTODO
()
_EndTODO
(p_msg)
_FailTODO
Parameters:
Name | Type | Description |
---|---|---|
p_msg |
* |
()
_InternalCancelTODO
()
_InternalExecuteTODO
()
_OnContextChangedTODO
(p_emitter)
_OnEmitterReleasedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_emitter |
* |
(p_context)
_SanitizeContextTODO
Parameters:
Name | Type | Description |
---|---|---|
p_context |
* |
()
_StartTODO
()
_SuccessTODO
(p_class, p_nameopt, p_iconopt)
RentTODO
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
p_class |
function | |||
p_name |
string |
<optional> |
null
|
|
p_icon |
string |
<optional> |
null
|