public class DefaultRecoveryListener extends Object implements RecoveryListener
Modifier and Type | Field and Description |
---|---|
protected com.epam.common.logging.Log |
log |
Constructor and Description |
---|
DefaultRecoveryListener() |
Modifier and Type | Method and Description |
---|---|
void |
onRecoveryStarted(String symbol,
String secId)
Invoked when recovery is started.
|
void |
onRecoveryStopped(String symbol,
String secId)
Invoked when recovery is ended.
|
public void onRecoveryStarted(String symbol, String secId)
RecoveryListener
onRecoveryStarted
in interface RecoveryListener
symbol
- the symbolsecId
- the security idpublic void onRecoveryStopped(String symbol, String secId)
RecoveryListener
onRecoveryStopped
in interface RecoveryListener
symbol
- the symbolsecId
- the security idCopyright © 2000–2025 EPAM Systems. All rights reserved.