Attributes | Name and Description |
---|---|
|
caplin.trading.statemachine.StateChangedListener()
|
Attributes | Name and Description |
---|---|
|
void
stateChanged(caplin.trading.statemachine.State oState, String sEventName)
Called when the state of the trade changes. |
►
caplin.trading.statemachine.StateChangedListener()
►
void
stateChanged(caplin.trading.statemachine.State oState, String sEventName)
Called when the state of the trade changes.
caplin.trading.statemachine.State | oState | The new state that we have just transitioned to. Will not be null or undefined. |
String | sEventName | 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. |