24 #ifndef CARDS_EVENT_HANDLER_H 25 #define CARDS_EVENT_HANDLER_H 56 virtual void OnLogMessage (
const string& Message){}
57 virtual void OnSyncFinished (
const CEH_RC rc){}
58 virtual void OnDoJobListFinished (
const CEH_RC rc){}
59 virtual void OnRefreshPackageFinished (
const CEH_RC rc){}
60 virtual void OnJobListChange (
const CEH_RC rc){}
62 static const string getReasonCodeString(
const CEH_RC rc);
GUI interfacing wrapper for CARDS.
Definition: cards_wrapper.h:47
Abstract class to handle event from cards_wrapper.
Definition: cards_event_handler.h:51