idlehomescreen/hscontentcontrol/inc/hscontentcontrolecomobserver.h
changeset 1 5315654608de
equal deleted inserted replaced
0:f72a12da539e 1:5315654608de
       
     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: Observes for change in ecom registry of content controller
       
    15 *  interface.  
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef HSCONTENTCONTROLECOMOBSERVER_H
       
    20 #define HSCONTENTCONTROLECOMOBSERVER_H
       
    21 
       
    22 // Class declaration
       
    23 /**
       
    24 * MHsContentControlEComObserver
       
    25 * 
       
    26 * @brief The observer of ecom registry changes. The derived class needs to implement
       
    27 *  the functions below and will be notified by CHsContentControlEComListener.
       
    28 *  
       
    29 * @see CHsContentControlEComListener
       
    30 */
       
    31 class MHsContentControlEComObserver
       
    32 	{
       
    33 public:
       
    34     /**
       
    35      * Notification of Ecom registry change.
       
    36      */
       
    37     virtual void HandleEComChangeEvent() = 0;
       
    38 	};
       
    39 
       
    40 #endif // HSCONTENTCONTROLECOMOBSERVER_H
       
    41 
       
    42 // End of file