|
SourceXtractorPlusPlus 0.21
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 SourceXtractor::ProgressMediator::ProgressCounter, SourceXtractor::GroupIdCheckImage, SourceXtractor::MoffatCheckImage, SourceXtractor::SourceIdCheckImage, SourceXtractor::ProgressMediator::GroupCounter, SourceXtractor::ProgressMediator::SourceCounter, SourceXtractor::DetectionIdCheckImage, GroupObserver, SourceObserver, SourceXtractor::ProgressReporter, and SourceXtractor::ProgressReporter.