#include <ObserverSubject.h>
|
virtual | ~Observer () |
|
template<int EVT> |
void | bind (SubjectBase< EVT > &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
template<int EVT> |
void | stopPropagation () |
|
void | bind (subject_type &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
void | bind (subject_type &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
void | bind (subject_type &subject) |
| Call this method to automatically propagate observed events to observers connected to the subject given in argument. More...
|
|
Definition at line 96 of file ObserverSubject.h.
virtual ocra::Observer::~Observer |
( |
| ) |
|
|
inlinevirtual |
template<int EVT>
void ocra::Observer::bind |
( |
SubjectBase< EVT > & |
subject | ) |
|
|
inline |
Call this method to automatically propagate observed events to observers connected to the subject given in argument.
Definition at line 106 of file ObserverSubject.h.
template<int EVT>
void ocra::Observer::stopPropagation |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: