CARMA C++
Observable.h File Reference

An Observable object executes a method on a registered Observer when an observable event occurs. More...

#include "carma/util/PthreadMutex.h"
#include "carma/util/Observer.h"
#include <map>
#include <vector>

Go to the source code of this file.

Classes

class  carma::util::Observable
 The Observable class is paired with the Observer class, with the Observable class calls its observableEvent() method to notify all registered Observers. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::util
 Utility classes.
 

Detailed Description

An Observable object executes a method on a registered Observer when an observable event occurs.

See Also
Observer
Author
: Steve Scott
Id:
Observable.h,v 1.1 2005/01/06 00:03:34 scott Exp

$CarmaCopyright$

Definition in file Observable.h.