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)
RecoveryListeneronRecoveryStarted in interface RecoveryListenersymbol - the symbolsecId - the security idpublic void onRecoveryStopped(String symbol, String secId)
RecoveryListeneronRecoveryStopped in interface RecoveryListenersymbol - the symbolsecId - the security idCopyright © 2000–2025 EPAM Systems. All rights reserved.