Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <caldataexchange.h>

Class MCalDataExchangeCallBack

class MCalDataExchangeCallBack;

Description

A call back class to show the progress of long-running operations.

When a long-running operation is carried out, this class is used to signal its progress, and when the function is complete.

Members

Defined in MCalDataExchangeCallBack:


Member functions


Progress(TInt)

virtual void Progress(TInt aPercentageCompleted)=0;

Description

Progress callback.

This calls the observing class with the percentage complete of the current operation. This also propagates any error to the observing class.

Parameters

TInt aPercentageCompleted

The percentage complete.


Progress(TInt)

virtual void Progress(TInt aPercentageCompleted)=0;

Description

Progress callback.

This calls the observing class with the percentage complete of the current operation. This also propagates any error to the observing class.

Parameters

TInt aPercentageCompleted

The percentage complete.


Completed()

virtual void Completed()=0;

Description

Progress callback.

This calls the observing class when the current operation is finished.


Completed()

virtual void Completed()=0;

Description

Progress callback.

This calls the observing class when the current operation is finished.


NumberOfEntriesToHandleAtOnce()

inline virtual TInt NumberOfEntriesToHandleAtOnce();

Description

Return value

TInt


NumberOfEntriesToHandleAtOnce()

inline virtual TInt NumberOfEntriesToHandleAtOnce();

Description

Return value

TInt