CFLDOperationObserver Class Reference

class CFLDOperationObserver : public CBase

CLF Operation Observer. CFLDOperationObserver receives operation events of Content Listing Framework. Operation event is generated when asynchronous refresh operation of List Model is finished.

Inherits from

Constructor & Destructor Documentation

CFLDOperationObserver()

CFLDOperationObserver ( ) [private]

C++ default constructor.

~CFLDOperationObserver()

~CFLDOperationObserver ( ) [virtual]

Destructor.

Member Functions Documentation

HandleOperationEventL(TCLFOperationEvent, TInt)

void HandleOperationEventL ( TCLFOperationEvent aOperationEvent,
TInt aError
) [protected]

Parameters

TCLFOperationEvent aOperationEvent
TInt aError

IsRefreshOngoing()

TBool IsRefreshOngoing ( )

Check if there is a refresh operation is ongoing.

NewL()

CFLDOperationObserver * NewL ( ) [static]

Creates and returns a new instance of this class.

PrepareForRefresh(CActiveSchedulerWait &)

void PrepareForRefresh ( CActiveSchedulerWait & aWait )

Prepare for a refresh operation to start.

Parameters

CActiveSchedulerWait & aWait The wait instance to stop when refreshing is completed

Member Data Documentation

TBool iRefreshOngoing

TBool iRefreshOngoing [private]

CActiveSchedulerWait * iWait

CActiveSchedulerWait * iWait [private]