CARDS 2.3.99
Package manager for the NuTyX GNU/Linux distribution
Cards_event_handler Class Reference

Abstract class to handle event from cards_wrapper. More...

#include <cards_event_handler.h>

Inheritance diagram for Cards_event_handler:
mainWindow Tableau

Static Public Member Functions

static const string getReasonCodeString (const CEH_RC rc)
 Convert Reason Code Enum to human readable text.
 

Protected Member Functions

virtual void OnLogMessage (const string &Message)
 
virtual void OnSyncFinished (const CEH_RC rc)
 
virtual void OnDoJobListFinished (const CEH_RC rc)
 
virtual void OnRefreshPackageFinished (const CEH_RC rc)
 
virtual void OnJobListChange (const CEH_RC rc)
 

Detailed Description

Abstract class to handle event from cards_wrapper.

This class ensure interface cards with GUI application need non-blocking operation, This is a single instance (singleton) that ensure only one instance of cards library.


The documentation for this class was generated from the following files: