phoneapp/phoneuiview/inc/mphoneviewcontrollerobserver.h
branchRCL_3
changeset 10 ba54057fe027
child 14 b8d67d6176f5
equal deleted inserted replaced
9:91c2fb4b78df 10:ba54057fe027
       
     1 /*
       
     2 * Copyright (c) 2005 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:  View command handle
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MPHONEVIEWCONTROLLEROBSERVER_H_
       
    19 #define MPHONEVIEWCONTROLLEROBSERVER_H_
       
    20 
       
    21 // INCLUDES
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // FORWARD DECLARATIONS
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30 *  MPhoneViewControllerObserver class
       
    31 *
       
    32 *  @lib phoneuiview.lib
       
    33 */
       
    34 class MPhoneViewControllerObserver
       
    35     {
       
    36     public:
       
    37     /**
       
    38     * Sets incall small bubble´s visibility in special cases.
       
    39     */
       
    40     virtual void AllowInCallBubbleInSpecialCases() = 0;
       
    41 	 
       
    42     /**
       
    43     * Sets Incall bubble´s visibility.
       
    44     */   
       
    45     virtual void SetIncallBubbleVisibility( TBool aIncallBubbleVisible ) = 0;
       
    46     };
       
    47 
       
    48 #endif /* MPHONEVIEWCONTROLLEROBSERVER_H_ */