MCLFOperationObserver Class Reference

API published in: S60 3rd Ed FP 1

Link against: contentlistingframework.lib

Capability Information

Required Capabilities

None


#include <mclfoperationobserver.h>

Detailed Description

Operation Observer is for observing operation events of the Content Listing Framework.

Client application gets notified when asynchronous operations are completed. For example, ECLFRefreshComplete event is received when the asynchronous refresh operation is compeleted.


Public Member Functions

virtual void  HandleOperationEventL (TCLFOperationEvent aOperationEvent, TInt aError)=0
  Abstract method to get list model operation events.

Protected Member Functions

virtual  ~MCLFOperationObserver ()
  Destructor.

Constructor & Destructor Documentation

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

Destructor.


Member Function Documentation

virtual void MCLFOperationObserver::HandleOperationEventL TCLFOperationEvent  aOperationEvent,
TInt  aError
[pure virtual]
 

Abstract method to get list model operation events.

This method is called when an event is received.

Parameters:
aOperationEvent  Operation event code of the event
aError  System wide error code if the operation did not succeed.

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

Copyright © Nokia Corporation 2001-2008
Back to top