CSatAllowRefreshMonitor Class Reference

class CSatAllowRefreshMonitor : public CActive

Active object to wait the refresh query notification.

SatClient.lib
Since
2.6

Inherits from

Constructor & Destructor Documentation

CSatAllowRefreshMonitor(MSatRefreshObserver &, RSatRefresh &)

CSatAllowRefreshMonitor ( MSatRefreshObserver & aObserver,
RSatRefresh & aRefresh
) [private]

C++ default constructor.

Parameters

MSatRefreshObserver & aObserver
RSatRefresh & aRefresh

~CSatAllowRefreshMonitor()

~CSatAllowRefreshMonitor ( ) [virtual]

Destructor.

Member Functions Documentation

DoCancel()

void DoCancel ( ) [protected, virtual]

NewL(MSatRefreshObserver &, RSatRefresh &)

CSatAllowRefreshMonitor * NewL ( MSatRefreshObserver & aObserver,
RSatRefresh & aRefresh
) [static]

Two-phased constructor.

Parameters

MSatRefreshObserver & aObserver Observer for refresh query.
RSatRefresh & aRefresh Refresh sub-session.

ObserveFiles(const TSatRefreshFiles &)

void ObserveFiles ( const TSatRefreshFiles & aObservedFiles )
Set files to be observed.
Since
3.0

Parameters

const TSatRefreshFiles & aObservedFiles List of files to be observed for refresh.

RunError(TInt)

TInt RunError ( TInt aError ) [protected, virtual]

Parameters

TInt aError

RunL()

void RunL ( ) [protected, virtual]

Start()

void Start ( )

Starts waiting for the refresh query.

Member Data Documentation

TSatRefreshFiles iChangingFiles

TSatRefreshFiles iChangingFiles [private]

TPckg< TSatRefreshFiles > iChangingFilesPckg

TPckg < TSatRefreshFiles > iChangingFilesPckg [private]

TSatRefreshFiles iObservedFiles

TSatRefreshFiles iObservedFiles [private]

MSatRefreshObserver & iObserver

MSatRefreshObserver & iObserver [private]

RSatRefresh & iRefresh

RSatRefresh & iRefresh [private]

TSatRefreshType iType

TSatRefreshType iType [private]

TPckg< TSatRefreshType > iTypePckg

TPckg < TSatRefreshType > iTypePckg [private]