MCLFProcessObserver Class Reference

API published in: S60 3rd Ed FP 1

Link against: contentlistingframework.lib

Capability Information

Required Capabilities

None


#include <mclfprocessobserver.h>

Detailed Description

Process observer interface for Content Listing Framework.

Implement this interface to get notified of process events. These process events are generated when update process of CLF server is started and finished.


Public Member Functions

virtual void  HandleCLFProcessEventL (TCLFProcessEvent aProcessEvent)=0
  Abstract method to handle CLF process event.

Protected Member Functions

virtual  ~MCLFProcessObserver ()
  Destructor.

Constructor & Destructor Documentation

virtual MCLFProcessObserver::~MCLFProcessObserver  )  [inline, protected, virtual]
 

Destructor.


Member Function Documentation

virtual void MCLFProcessObserver::HandleCLFProcessEventL TCLFProcessEvent  aProcessEvent  )  [pure virtual]
 

Abstract method to handle CLF process event.

This method is called when process events are generated.

Parameters:
aProcessEvent  The process event that was generated.

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

Copyright © Nokia Corporation 2001-2008
Back to top