SourceXtractorPlusPlus
0.15
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 SourceXtractor::SourceGrouping, SourceXtractor::SourceGrouping, SourceObserver, GroupObserver, SourceXtractor::Partition, SourceXtractor::Prefetcher, SourceXtractor::ProgressMediator::GroupCounter, SourceXtractor::Deblending, SourceXtractor::Prefetcher, SourceXtractor::ProgressMediator::SourceCounter, SourceXtractor::MultithreadedMeasurement, SourceXtractor::Output, SourceXtractor::Output, SourceXtractor::Sorter, SourceXtractor::DetectionIdCheckImage, SourceXtractor::MoffatCheckImage, SourceXtractor::SourceIdCheckImage, SourceXtractor::GroupIdCheckImage, SourceXtractor::ProgressMediator::ProgressCounter, and SourceXtractor::DummyMeasurement.