public abstract class StrategyListener<DESCRIPTOR extends IStrategyDescriptor> extends Object
| Constructor and Description |
|---|
StrategyListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStrategyRun(DESCRIPTOR strategyDescriptor)
Called when a strategy has began executing
|
void |
onStrategyStop(DESCRIPTOR strategyDescriptor)
Called on the strategy stop
|
public void onStrategyRun(DESCRIPTOR strategyDescriptor)
strategyDescriptor - descriptor of the strategypublic void onStrategyStop(DESCRIPTOR strategyDescriptor)
strategyDescriptor - descriptor of the stopped strategyCopyright © 2016. All rights reserved.