Null implementation of IObserver.
More...
|
| void | update (const Event &event) override |
| | Method called by the Subject to update the observer.
|
| void | notify (const Event &event) override |
| | Method called by the Subject to notify the observer.
|
| virtual | ~IObserver ()=default |
| | Default virtual destructor.
|
Null implementation of IObserver.
- Used primarily to satisfy the IObserver interface requirements if needed by other components, but not directly used for checking events in these ObjectStorage tests.
◆ notify()
| void svcs::test::core::NullObserver::notify |
( |
const Event & | event | ) |
|
|
inlineoverridevirtual |
◆ update()
| void svcs::test::core::NullObserver::update |
( |
const Event & | event | ) |
|
|
inlineoverridevirtual |
Method called by the Subject to update the observer.
- Parameters
-
| event | The Event structure containing information about the occurrence. |
Implements svcs::services::IObserver.
The documentation for this class was generated from the following file: