Manages the observers in a thread safe way. More...
Public Member Functions | |
void | add (ObserverI *observer) |
void | remove (ObserverI *observer) |
void | call (const Event event) const |
Use to signal events to the observers. | |
Static Public Member Functions | |
static ObserverManager & | Instance () |
Manages the observers in a thread safe way.
©2022 The Foundry Visionmongers, Ltd. All Rights Reserved. |