|
SVCS - English Documentation
|
Defines the interface for the Observer pattern component. More...
#include "Event.hxx"Go to the source code of this file.
Classes | |
| class | svcs::services::IObserver |
| The Observer Interface (Abstract Base Class). More... | |
Namespaces | |
| namespace | svcs::services |
| Service layer components and infrastructure services. | |
Defines the interface for the Observer pattern component.
This interface establishes the contract for any class that wishes to subscribe to and receive notifications from a Subject (e.g., EventBus, Repository).