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