SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
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 SourceObserver, SourceXtractor::SourceGrouping, SourceXtractor::Partition, SourceXtractor::Output, SourceXtractor::DetectionIdCheckImage, SourceXtractor::Prefetcher, SourceXtractor::ProgressMediator::SourceCounter, SourceXtractor::MultithreadedMeasurement, SourceXtractor::DummyMeasurement, SourceXtractor::Output, SourceXtractor::Sorter, GroupObserver, SourceXtractor::ProgressMediator::GroupCounter, SourceXtractor::Deblending, SourceXtractor::SourceIdCheckImage, SourceXtractor::MoffatCheckImage, SourceXtractor::GroupIdCheckImage, SourceXtractor::ProgressMediator::ProgressCounter, SourceXtractor::SourceGrouping, and SourceXtractor::Prefetcher.