commsconfig/cscsettingsui/inc/mcscsettingsuidialogobserver.h
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Observer interface for notifying CSCSettingsUi for 
       
    15 *              : completed dialog events.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef M_CSCSETTINGSUIDIALOGOBSERVER_H
       
    21 #define M_CSCSETTINGSUIDIALOGOBSERVER_H
       
    22 
       
    23 /**
       
    24  *  MCSCSettingsUiDialogObserver class
       
    25  *  
       
    26  *  Declarition of MCSCSettingsUiDialogObserver.
       
    27  *
       
    28  *  @lib CSCSettingsUi.lib
       
    29  *  @since S60 v3.2
       
    30  */
       
    31 class MCSCSettingsUiDialogObserver
       
    32     {
       
    33     public:
       
    34         
       
    35         /**
       
    36          * Called when dialog is dismissed from screen.
       
    37          *
       
    38          * @since S60 v3.2
       
    39          * @param aError for error id
       
    40          */
       
    41         virtual void DialogDismissed( TInt aError ) = 0;
       
    42          
       
    43     };
       
    44     
       
    45 #endif // M_CSCSETTINGSUIDIALOGOBSERVER_H