Classified ads
Private Member Functions | List of all members
ClassifiedAdsModel::CAObserver Class Referenceabstract

#include <camodel.h>

Inheritance diagram for ClassifiedAdsModel::CAObserver:
Inheritance graph
[legend]

Private Member Functions

virtual void newCaReceived (const CA &aNewCa)=0
 

Detailed Description

Classified ads are stored via this class (ClasifiedAdsModel) ; if other parts of the sw wish to receive notifications about about ads, here is observer that may be installed with a method provided below. Method of the observer will be called while datamodel is lock()ed.

Member Function Documentation

virtual void ClassifiedAdsModel::CAObserver::newCaReceived ( const CA aNewCa)
privatepure virtual

notification method telling about newly-persisted classified ad

Implemented in CAListingModel.


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