MPbkEditorOkToExitCallback Class Reference

API published in: S60 2nd Ed FP 2
API deprecated in: S60 5th Ed

Link against: pbkview.lib

Capability Information

Required Capabilities

ReadUserData WriteUserData


#include <mpbkeditoroktoexitcallback.h>

Detailed Description

Phonebook contact editor exit callback interface.

This callback is used in conjunction with the CPbkContactEditorDlg editing dialog. The user can set a callback function that is called before the dialog exit happens.

See also:
CPbkContactEditorDlg

Public Member Functions

virtual TBool  OkToExitL (TInt aCommandId)=0
  Returns ETrue if it is ok to exit the contact editor and EFalse if not.

Member Function Documentation

virtual TBool MPbkEditorOkToExitCallback::OkToExitL TInt  aCommandId  )  [pure virtual]
 

Returns ETrue if it is ok to exit the contact editor and EFalse if not.

Parameters:
aCommandId  The exit command id.
Returns:
ETrue to exit the editor.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top