27 #ifndef APPROXIMATIONSCHEMELISTENER_H 28 #define APPROXIMATIONSCHEMELISTENER_H 71 const double time) = 0;
78 virtual void whenStop(
const void* src,
const std::string message) = 0;
98 #endif // APPROXIMATIONSCHEMELISTENER_H
This file contains getters and setters defintion for ApproximationSchem settings. ...
virtual void whenStop(const void *src, const std::string message)=0
When it stops.
gum is the global namespace for all aGrUM entities
virtual ~ApproximationSchemeListener()
Class destructor.
ApproximationSchemeListener(IApproximationSchemeConfiguration &sch)
Class constructor.
IApproximationSchemeConfiguration & __sch
The scheme configuration.
virtual void whenProgress(const void *src, const Size step, const double error, const double time)=0
When progress was made.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Every class who would catch signal from signaler should derive from Listener.
ApproximationSchemeListener & operator=(const ApproximationSchemeListener &other)
Copy operator.
The ApproximationSchemeListener class.