OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Public Member Functions | Protected Member Functions | List of all members
ReplayListener Class Referenceabstract

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...
 

Detailed Description

Listening interface for log replay-related events.

Constructor & Destructor Documentation

virtual ~ReplayListener ( )
protectedvirtual

Deletion is not supposed through interface of this class.