The StateChangedListeners stateChanged method will be called when the state of the trade changes.
StateChangedListener's are added with module:ct-trading/trademodel/Trade#addStateChangedListener
and removed with module:ct-trading/trademodel/Trade#removeStateChangedListener
.
Methods
state Changed(oState, sEvent Name)
Called when the state of the trade changes.
Parameters:
Name | Type | Description |
---|---|---|
oState |
module:ct-trading |
The new state that we have just transitioned to. Will not be null or undefined. |
sEventName |
String | The name of the transition that was used to enter the new state. If the state has timed out the event will be '__TIMEOUT'. Will not be null or undefined. |