libstorage-ng
Public Member Functions | List of all members
storage::CommitCallbacksV2 Class Reference
Inheritance diagram for storage::CommitCallbacksV2:
[legend]
Collaboration diagram for storage::CommitCallbacksV2:
[legend]

Public Member Functions

virtual void begin () const
 Called at the begin of commit.
 
virtual void end () const
 Called at the end of commit.
 
virtual void begin_action (const Action::Base *action) const
 Called at the begin of commit of a single action.
 
virtual void end_action (const Action::Base *action) const
 Called at the end of commit of a single action.
 
- Public Member Functions inherited from storage::Callbacks
virtual void message (const std::string &message) const =0
 Callback for progress messages. More...
 
virtual bool error (const std::string &message, const std::string &what) const =0
 Callback for errors. More...
 

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