DtAbsNotifyObserver is an abstract base class.
More...
Detailed Description
DtAbsNotifyObserver is an abstract base class.
Instances of DtAbsNotifyObserver are used by DtObservee to notify an observer object that something has happened to the observed object. Observers should subclass from DtAbsNotifyObserver to receive notification for their class.
Constructor & Destructor Documentation
| virtual DtAbsNotifyObserver::~DtAbsNotifyObserver |
( |
| ) |
|
|
virtual |
| DtAbsNotifyObserver::DtAbsNotifyObserver |
( |
| ) |
|
|
protected |
Constructors are protected since this is an abstract base class.
default constructor
Member Function Documentation
Called by DtObservee when something has happened to the observed object.
Default does nothing. This should be overridden.
The documentation for this class was generated from the following file: