public abstract class StrategyListener<DESCRIPTOR extends IStrategyDescriptor>
extends java.lang.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 © 2025. All rights reserved.