MCLFChangedItemObserver Class Reference

API published in: S60 3rd Ed FP 1

Link against: contentlistingframework.lib

Capability Information

Required Capabilities

None


#include <mclfchangeditemobserver.h>

Detailed Description

Changed Item Observer interface.

Implement this interface to get notifications of changed, new or deleted items.


Public Member Functions

virtual void  HandleItemChangeL (const TArray< TCLFItemId > &aItemIDArray)=0
  Abstract method for handling item change event.
virtual void  HandleError (TInt aError)=0
  Abstract method for handling errors.

Protected Member Functions

virtual  ~MCLFChangedItemObserver ()
  Destructor.

Constructor & Destructor Documentation

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

Destructor.


Member Function Documentation

virtual void MCLFChangedItemObserver::HandleError TInt  aError  )  [pure virtual]
 

Abstract method for handling errors.

This method can be used to handle errors in changed item event.

Parameters:
aError  System wide error code.
virtual void MCLFChangedItemObserver::HandleItemChangeL const TArray< TCLFItemId > &  aItemIDArray  )  [pure virtual]
 

Abstract method for handling item change event.

This method is called when, for example, some item is renamed.

Parameters:
aItemIDArray  List of Item IDs of changed items.

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

Copyright © Nokia Corporation 2001-2008
Back to top