phoneapp/phoneuiview/inc/mphoneviewobserver.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2008 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:  MPhoneViewObserver 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPHONEVIEWOBSERVER_H
       
    21 #define MPHONEVIEWOBSERVER_H
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 // FORWARD DECLARATIONS
       
    28 
       
    29 // CLASS DECLARATION
       
    30 
       
    31 /**
       
    32 *  MPhoneViewObserver class
       
    33 *
       
    34 *  @lib phoneuiview.lib
       
    35 *  @since Series60 5.0
       
    36 */
       
    37 class MPhoneViewObserver
       
    38     {
       
    39     public:
       
    40       
       
    41     /**
       
    42      * Informs when phone view is activated.
       
    43      *
       
    44      * @since S60 v5.0
       
    45      */
       
    46     virtual void PhoneViewActivatedL() = 0;         
       
    47 
       
    48     };
       
    49 
       
    50 #endif      // MPHONEVIEWOBSERVER_H
       
    51 
       
    52 // End of File