#include <Observer.h>
|
| virtual | ~Observer ()=default |
| virtual void | update (Events event)=0 |
| | Update method that is called by the observed Subjects.
|
◆ ~Observer()
| virtual logic::Observer::~Observer |
( |
| ) |
|
|
virtualdefault |
◆ update()
| virtual void logic::Observer::update |
( |
Events | event | ) |
|
|
pure virtual |
Update method that is called by the observed Subjects.
World Events are passed down as such that Observers know what has happened and can act properly.
- Parameters
-
The documentation for this class was generated from the following file: