meetingrequest/mrgui/inc/mesmrfontsizeobserver.h
branchRCL_3
changeset 25 3533d4323edc
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 2009 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:  ESMR observer for the font size settings
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MESMRFONTSIZEOBSERVER_H
       
    19 #define MESMRFONTSIZEOBSERVER_H
       
    20 
       
    21 /**
       
    22  *  Observer interface for the font size settings.
       
    23  *
       
    24  *  @see cesmrview.h
       
    25  *  @lib esmrgui.lib
       
    26  */
       
    27  class MESMRFontSizeObserver
       
    28     {
       
    29 public:
       
    30     /**
       
    31      * Method to be called when font size settings have changed
       
    32      */
       
    33     virtual void FontSizeSettingsChanged() = 0;
       
    34     };
       
    35 
       
    36 #endif // MESMRFONTSIZEOBSERVER_H