globjects
1.1.0.2f0c753c8647
Strict OpenGL objects wrapper.
|
Allows listening to any Changeable. More...
#include <globjects/include/globjects/base/ChangeListener.h>
Public Member Functions | |
virtual | ~ChangeListener () |
virtual void | notifyChanged (const Changeable *sender) |
Friends | |
class | Changeable |
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.
|
virtual |
|
virtual |
|
friend |