30 #ifndef APPROXIMATIONSCHEMELISTENER_H 31 #define APPROXIMATIONSCHEMELISTENER_H 74 const double time) = 0;
81 virtual void whenStop(
const void* src,
const std::string message) = 0;
101 #endif // APPROXIMATIONSCHEMELISTENER_H
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
virtual void whenStop(const void *src, const std::string message)=0
When it stops.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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.