Listening interface for log replay-related events. More...
Public Member Functions | |
virtual void | onReplayError (const std::string &errorDescription)=0 |
Is called once error occurs while replaying logs. | |
virtual void | onReplayFinished ()=0 |
Is called once all the logs are replayed. | |
Protected Member Functions | |
virtual | ~ReplayListener () |
Deletion is not supposed through interface of this class. More... | |
Listening interface for log replay-related events.
|
protectedvirtual |
Deletion is not supposed through interface of this class.