Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <calchangecallback.h>

Class MCalChangeCallBack

Interface status: deprecated

class MCalChangeCallBack;

Description

A call back class for observing changes in the model view.

A client will not be notified of a change if it is the source of the change.

Members

Defined in MCalChangeCallBack:


Member functions


CalChangeNotification(TChangeEntryType)

Interface status: deprecated Inherited from: MCalChangeCallBack

virtual void CalChangeNotification(TChangeEntryType aChangeEntryType)=0;

Description

A call back function for change notification

Parameters

MCalChangeCallBack::TChangeEntryType aChangeEntryType

Filters notifications to only notify about entries of this type (event/todo/all).

[Top]


Member enumerations


Enum TChangeType

Interface status: deprecated

TChangeType

Description

Instance view change type

EChangeAdd

Entries are added

EChangeDelete

Entries are deleted

EChangeModify

Entries are modified

EChangeUndefined

Undefined entries

EChangeOverflowError

Entries cause overflow error


Enum TChangeEntryType

Interface status: deprecated

TChangeEntryType

Description

Instance view entry type

EChangeEntryTodo

Entry type is todo

EChangeEntryEvent

Entry type is event

EChangeEntryAll

All entry types