musicplayer_plat/mpx_music_shop_ui_api/inc/MMusicShopBrViewCallback.h
branchRCL_3
changeset 53 3de6c4cf6b67
equal deleted inserted replaced
52:14979e23cb5e 53:3de6c4cf6b67
       
     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:  MusicShop Browser  view callback provider.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef M_MUSICSHOP_BR_VIEW_CALLBACK_H
       
    20 #define M_MUSICSHOP_BR_VIEW_CALLBACK_H
       
    21 
       
    22 // INCLUDE FILES
       
    23 #include <MusicShopExternalInterface.h>
       
    24 
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 * Interface to give callback to browser view.
       
    30 *
       
    31 * @lib MusicShopLib.lib
       
    32 * @since S60 3.2.3
       
    33 */
       
    34 class MMusicShopBrViewCallback
       
    35     {
       
    36 
       
    37         /**
       
    38         * Activate the MusicShop application view based on view id
       
    39         *
       
    40         * @since S60 3.2.3
       
    41         * @param aViewId view id,
       
    42         *                KUidMusBrViewId for browser  view,
       
    43         *                KUidMusBmViewId for bookmark view.
       
    44         */
       
    45         virtual void ActivateMusicShopViewL (TUid aViewId) = 0;
       
    46 
       
    47     };
       
    48 
       
    49 #endif //M_MUSICSHOP_BR_VIEW_CALLBACK_H
       
    50 
       
    51     // End of File
       
    52