VMime
progressListener Class Referenceabstract
Inheritance diagram for progressListener:

Public Member Functions

virtual void start (const size_t predictedTotal)=0
 
virtual void progress (const size_t current, const size_t currentTotal)=0
 
virtual void stop (const size_t total)=0
 

Protected Member Functions

virtual ~progressListener ()
 

Detailed Description

An interface to implement if you want to be notified of a state of progress by some objects.

Constructor & Destructor Documentation

virtual ~progressListener ( )
protectedvirtual

Member Function Documentation

virtual void progress ( const size_t  current,
const size_t  currentTotal 
)
pure virtual

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