#include "Utilities/ObserverEvent.h"
Classes | |
class | Observer< T > |
The Observer class, along with the Observable class, are used to implement the observer pattern. More... | |
class | SingleObserver< T > |
Observer objects register themselves with one or more Observable objects, and are informed of events by the Observable through their virtual notify() method.