Attributes | Name and Description |
---|---|
|
caplin.trading.statemachine.TriggerActiveChangedListener()
The super constructor of implementors of TriggerActiveChangedListener. |
Attributes | Name and Description |
---|---|
|
void
triggerActiveChanged(boolean bCanChange, Object oContext, String sEvent)
|
►
caplin.trading.statemachine.TriggerActiveChangedListener()
The super constructor of implementors of TriggerActiveChangedListener.
►
void
triggerActiveChanged(boolean bCanChange, Object oContext, String sEvent)
boolean | bCanChange | true if the trigger has become active, false if it has become inactive. |
Object | oContext | the data context. |
String | sEvent | is the trigger that has changed its active state. |