70 notificationInterval_(_notificationInterval)
80 return Observer::notificationInterval_;
85 notificationInterval_ = _notificationInterval;
virtual ~Observer()
Destructor.
void set_interval(size_t _notificationInterval)
Set the interval between notification steps.
size_t get_interval() const
Get the interval between notification steps.
virtual bool abort() const
Abort callback.
Observer(size_t _notificationInterval)