cmmanager/gsconnsettingsplugin/inc/gsconnsettingsmskobserver.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MSK key event observer interface
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSCONNSETTINGSMSKOBSERVER_H
       
    20 #define GSCONNSETTINGSMSKOBSERVER_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32base.h>
       
    24 
       
    25 // Middle Softkey control ID.
       
    26 const TInt KGSConnSettingsMSKControlID = 3;
       
    27 
       
    28 /**
       
    29  *  Interface for MSK label change observers. 
       
    30  *
       
    31  *  @lib gsconnsettingsplugin.lib
       
    32  *  @since S60 5.0
       
    33  */
       
    34 NONSHARABLE_CLASS( MGSConnSettingsMskObserver )
       
    35     {
       
    36     public:
       
    37         /**
       
    38          * Notification to this observer to change MSK label if needed
       
    39          */
       
    40          virtual void CheckMiddleSoftkeyLabelL() = 0;
       
    41     };
       
    42 
       
    43 #endif //GSCONNSETTINGSMSKOBSERVER_H