OnixS CBOE CSM Handler for C++  1.2.8.0
Public Member Functions | Protected Member Functions
ReplayListener Class Reference

Listening interface for log replay-related events. More...

List of all members.

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.

Detailed Description

Listening interface for log replay-related events.


Constructor & Destructor Documentation

virtual ~ReplayListener ( ) [protected, virtual]

Deletion is not supposed through interface of this class.