|
CARMA C++
|
An Observer executes a method when an observable event occurs. More...
#include <map>Go to the source code of this file.
Classes | |
| class | carma::util::Observer |
| An abstract base class for an implementation of the Observer design pattern. More... | |
Namespaces | |
| module | carma |
| IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
| carma::util | |
| Utility classes. | |
An Observer executes a method when an observable event occurs.
The method must be defined and the Observer registered with an Observable object.
$CarmaCopyright$
Definition in file Observer.h.