MCLFOperationObserver Class Reference

class MCLFOperationObserver

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.

ContentListingFramework.lib
Since
S60 3.1
Public Member Functions
voidHandleOperationEventL(TCLFOperationEvent, TInt)
Protected Member Functions
~MCLFOperationObserver()
Private Member Functions
MCLFOperationObserverExt *Extension()

Constructor & Destructor Documentation

~MCLFOperationObserver()

~MCLFOperationObserver()[protected, inline, virtual]

Destructor.

Member Functions Documentation

Extension()

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

This member is internal and not intended for use.

HandleOperationEventL(TCLFOperationEvent, TInt)

voidHandleOperationEventL(TCLFOperationEventaOperationEvent,
TIntaError
)[pure virtual]
Abstract method to get list model operation events. This method is called when an event is received.
Since
S60 3.1

Parameters

TCLFOperationEvent aOperationEventOperation event code of the event
TInt aErrorSystem wide error code if the operation did not succeed.