MCLFOperationObserver Class Reference

#include <mw/MCLFOperationObserver.h>

Link against: ContentListingFramework.lib

class MCLFOperationObserver
Public Member Functions
pure virtual voidHandleOperationEventL(TCLFOperationEvent, TInt)
Protected Member Functions
virtual ~MCLFOperationObserver()

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.

Since
S60 3.1

Constructor & Destructor Documentation

~MCLFOperationObserver ( )

~MCLFOperationObserver()[protected, inline, virtual]

Destructor.

Member Function Documentation

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
ParameterDescription
aOperationEventOperation event code of the event
aErrorSystem wide error code if the operation did not succeed.