new StateMachine()
TODO
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
currentState :StateBase
Current state
currentState :StateBase
Current state
owner :DisposableObjectEx
State machine owner
Methods
Is(p_state) → {boolean}
TODO
Parameters:
Name | Type | Description |
---|---|---|
p_state |
* |
IsAny(…args) → {boolean}
TODO
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
any |
<repeatable> |
a list of states |
IsNot(p_state) → {boolean}
TODO
Parameters:
Name | Type | Description |
---|---|---|
p_state |
* |
IsNotAny(…args) → {boolean}
TODO
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
any |
<repeatable> |
a list of states |
PreventRelease()
- Inherited From:
()
_OnCurrentStateChangedTODO