MCLFProcessObserver Class Reference

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.

Dll ContentListingFramework.lib
Since:
S60 3.1

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.

Since:
S60 3.1
Parameters:
aProcessEvent The process event that was generated.

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

Copyright © Nokia Corporation 2001-2007
Back to top