MCLFProcessObserver Class Reference

class MCLFProcessObserver

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.

ContentListingFramework.lib
Since
S60 3.1
Public Member Functions
voidHandleCLFProcessEventL(TCLFProcessEvent)
Protected Member Functions
~MCLFProcessObserver()
Private Member Functions
MCLFProcessObserverExt *Extension()

Constructor & Destructor Documentation

~MCLFProcessObserver()

~MCLFProcessObserver()[protected, inline, virtual]

Destructor.

Member Functions Documentation

Extension()

MCLFProcessObserverExt *Extension()[private, inline, virtual]

This member is internal and not intended for use.

HandleCLFProcessEventL(TCLFProcessEvent)

voidHandleCLFProcessEventL(TCLFProcessEventaProcessEvent)[pure virtual]
Abstract method to handle CLF process event. This method is called when process events are generated.
Since
S60 3.1

Parameters

TCLFProcessEvent aProcessEventThe process event that was generated.