Public Member Functions | |
void | notify (Event const &e) |
Call the update method on all attached observers. | |
void | attach (ObserverInterface< Event > *o) |
Attach a new observer that gets called on notify. | |
void | detach (ObserverInterface< Event > *o) |
Detaches the passed observer from the list, if stored. | |