52 virtual void onNotify(
const std::string &message) = 0;
Interface for observer objects.
Definition observer.hpp:35
virtual ~IObserver()=default
Virtual destructor.
virtual void onNotify(const std::string &message)=0
Notifies the observer of an event.
Implements the Observer design pattern for event notifications.