Go to the documentation of this file. 83 explicit Observer(
size_t _notificationInterval);
89 size_t get_interval()
const;
92 void set_interval(
size_t _notificationInterval);
101 virtual void notify(
size_t _step) = 0;
111 virtual bool abort()
const;
114 size_t notificationInterval_;