A object updated each time a ComponentObservable change. More...
#include <ComponentObserver.hpp>
Public Member Functions | |
| ComponentObserver () | |
| Any object which extends of this can observe a component. More... | |
| virtual void | onComponentEvent (const ComponentEvent &event)=0 |
| Called each time a component change. More... | |
A object updated each time a ComponentObservable change.
Definition at line 27 of file ComponentObserver.hpp.
| sf::ui::ComponentObserver::ComponentObserver | ( | ) |
Any object which extends of this can observe a component.
|
pure virtual |
Called each time a component change.
Implemented in sf::ui::CheckBoxGroup.