#include <app/calfilechangenotification.h>
class MCalFileChangeObserver |
Public Member Enumerations | |
---|---|
enum | TChangeType { ECalendarFileCreated, ECalendarFileDeleted, ECalendarInfoCreated, ECalendarInfoUpdated, ECalendarInfoDeleted } |
Public Member Functions | |
---|---|
pure virtual void | CalendarInfoChangeNotificationL(RPointerArray< CCalFileChangeInfo > &) |
The mixin/interface class used for recieving calendar file change notifications.
The call back returns an array containing information about at least one change to the calendar file. The information includes the file name and type of change.
A client will not be notified of a change if it has register with the CCalSession.
An enum to describe the types of file changes that may occur
void | CalendarInfoChangeNotificationL | ( | RPointerArray< CCalFileChangeInfo > & | aCalendarInfoChangeEntries | ) | [pure virtual] |
The callback that will recieve 1 or more file change notifications