|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Observer interface to be used with Observable to implement the Observer pattern. More...
#include <Observable.h>
Public Member Functions | |
| virtual | ~Observer ()=default |
| virtual void | handleMessage (const T &message)=0 |
Observer interface to be used with Observable to implement the Observer pattern.
Definition at line 38 of file Observable.h.
|
virtualdefault |
|
pure virtual |
Implemented in GroupObserver, SourceObserver, SourceXtractor::DetectionIdCheckImage, SourceXtractor::GroupIdCheckImage, SourceXtractor::MoffatCheckImage, SourceXtractor::ProgressLogger, SourceXtractor::ProgressLogger, SourceXtractor::ProgressMediator::GroupCounter, SourceXtractor::ProgressMediator::ProgressCounter, SourceXtractor::ProgressMediator::SourceCounter, SourceXtractor::ProgressNCurses, SourceXtractor::ProgressNCurses, SourceXtractor::ProgressReporter, SourceXtractor::ProgressReporter, and SourceXtractor::SourceIdCheckImage.