31 #ifndef AGRUM_PROGRESSNOTIFICATION_H 32 #define AGRUM_PROGRESSNOTIFICATION_H 51 Signaler1< const std::string& >
onStop;
79 whenProgress(
const void* src,
const Size step,
const double time) = 0;
86 virtual void whenStop(
const void* src,
const std::string& message) = 0;
104 #endif // AGRUM_PROGRESSNOTIFICATION_H Notification for progress using listener.
Signaler2< Size, double > onProgress
Progression (percent) and time.
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.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
ProgressNotifier & __notif
The scheme configuration.
Signaler1< const std::string &> onStop
with a possible explanation for stopping
std::size_t Size
In aGrUM, hashed values are unsigned long int.
The ProgressListener class.
Every class who would catch signal from signaler should derive from Listener.