31 #ifndef MKCAL_STORAGEOBSERVER_H
32 #define MKCAL_STORAGEOBSERVER_H
38 class ExtendedStorage;
This class provides a calendar storage interface.
Definition: extendedstorage.h:76
The ExtendedStorageObserver class.
Definition: extendedstorageobserver.h:46
virtual void storageModified(ExtendedStorage *storage, const QString &info)=0
Notify the Observer that a Storage has been modified.
virtual ~ExtendedStorageObserver()
Destructor.
Definition: extendedstorageobserver.h:51
virtual void storageProgress(ExtendedStorage *storage, const QString &info)=0
Notify the Observer that a Storage is executing an action.
virtual void storageFinished(ExtendedStorage *storage, bool error, const QString &info)=0
Notify the Observer that a Storage has finished an action.
#define MKCAL_EXPORT
Definition: mkcal_export.h:27
Definition: extendedstorage.h:47