class MESMRCalDbObserver |
Observer interface for handling calendar database status.
esmrdb.lib
Public Member Functions | |
---|---|
void | HandleCalDbStatus(const CESMRCalDbBase *, TDbStatus) |
Public Member Enumerations | |
---|---|
enum | TDbStatus { EUninitialized = 0x0000, EReseting = 0x0002, EInitEntryView = 0x0004, EInitInstanceView = 0x0008, EFinishedOk = 0x0010, EFinishedError = 0x0020 } |
void | HandleCalDbStatus | ( | const CESMRCalDbBase * | aNotifier, |
TDbStatus | aStatus | |||
) | [pure virtual] |
Callback method for handling database status.
const CESMRCalDbBase * aNotifier | for identifying the notifying database |
TDbStatus aStatus | new current status of the database |
Enumeration for database status.
EUninitialized = 0x0000 | |
EReseting = 0x0002 | |
EInitEntryView = 0x0004 | |
EInitInstanceView = 0x0008 | |
EFinishedOk = 0x0010 | |
EFinishedError = 0x0020 |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.