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

  • CFLDOperationObserver

Constructor & Destructor Documentation

CFLDOperationObserver()

CFLDOperationObserver()[private]

C++ default constructor.

~CFLDOperationObserver()

~CFLDOperationObserver()[virtual]

Destructor.

Member Functions Documentation

HandleOperationEventL(TCLFOperationEvent, TInt)

voidHandleOperationEventL(TCLFOperationEventaOperationEvent,
TIntaError
)[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 &)

voidPrepareForRefresh(CActiveSchedulerWait &aWait)

Prepare for a refresh operation to start.

Parameters

CActiveSchedulerWait & aWaitThe wait instance to stop when refreshing is completed

Member Data Documentation

TBool iRefreshOngoing

TBool iRefreshOngoing[private]

CActiveSchedulerWait * iWait

CActiveSchedulerWait *iWait[private]