Go to the documentation of this file. 90 Observer(
size_t _notificationInterval);
96 size_t get_interval()
const;
99 void set_interval(
size_t _notificationInterval);
108 virtual void notify(
size_t _step) = 0;
118 virtual bool abort()
const;
121 size_t notificationInterval_;