globjects  1.0.0.ae1b474792ef
Strict OpenGL objects wrapper.
globjects::ChangeListener Class Reference

Allows listening to any Changeable. More...

#include <globjects/include/globjects/base/ChangeListener.h>

Inheritance diagram for globjects::ChangeListener:
globjects::CompositeStringSource globjects::NamedString globjects::Program globjects::ProgramBinary globjects::ProgramPipeline globjects::Shader globjects::StringSourceDecorator globjects::StringTemplate

Public Member Functions

virtual ~ChangeListener ()
 
virtual void notifyChanged (const Changeable *sender)
 

Friends

class Changeable
 

Detailed Description

Allows listening to any Changeable.

If a Changeable this ChangeListener is registered on signals a change, the notifyChanged() method is called. This class implements the observer pattern.

See also
Changeable

Constructor & Destructor Documentation

virtual globjects::ChangeListener::~ChangeListener ( )
virtual

Member Function Documentation

Friends And Related Function Documentation

friend class Changeable
friend

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