hx3d  1
2D/3D Simple Game Framework
Public Member Functions | List of all members
hx3d::PropertyObserver< T > Class Template Referenceabstract

Property observer (Observer pattern) More...

#include <property.hpp>

Public Member Functions

virtual void observe (const T &current, const T &newVal)=0
 Observe property modification. More...
 

Detailed Description

template<class T>
class hx3d::PropertyObserver< T >

Property observer (Observer pattern)

Definition at line 33 of file property.hpp.

Member Function Documentation

template<class T>
virtual void hx3d::PropertyObserver< T >::observe ( const T &  current,
const T &  newVal 
)
pure virtual

Observe property modification.

Parameters
currentCurrent value
newValNew value

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