Public Member Functions | List of all members
sf::ui::ComponentObserver Class Referenceabstract

A object updated each time a ComponentObservable change. More...

#include <ComponentObserver.hpp>

Inheritance diagram for sf::ui::ComponentObserver:
sf::ui::CheckBoxGroup

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...
 

Detailed Description

A object updated each time a ComponentObservable change.

See also
sf::ui::ComponentObservable

Definition at line 27 of file ComponentObserver.hpp.

Constructor & Destructor Documentation

sf::ui::ComponentObserver::ComponentObserver ( )

Any object which extends of this can observe a component.

Member Function Documentation

virtual void sf::ui::ComponentObserver::onComponentEvent ( const ComponentEvent event)
pure virtual

Called each time a component change.

Implemented in sf::ui::CheckBoxGroup.


The documentation for this class was generated from the following file: