SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <ProgressReporter.h>
Public Member Functions | |
virtual | ~ProgressReporter ()=default |
ProgressReporter ()=default | |
![]() | |
virtual | ~Observer ()=default |
virtual void | handleMessage (const T &message)=0 |
This interface is implemented by the concrete progress reporters, so at run time the software can switch the way of informing the user about the progress. Details of what is reported is abstracted via key/value.
Definition at line 43 of file ProgressReporter.h.
|
virtualdefault |
|
default |