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
void HandleOperationEventL ( 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)

void HandleOperationEventL ( TCLFOperationEvent aOperationEvent,
TInt aError
) [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 aOperationEvent Operation event code of the event
TInt aError System wide error code if the operation did not succeed.