landmarksui/uicontrols/inc/MLmkMapAndNavigationObServer.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2004 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:    LandmarksUi Content File -    Map And navigation event notifier.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef MLMKANDNAVIGATIONOBSERVER_H
       
    25 #define MLMKANDNAVIGATIONOBSERVER_H
       
    26 
       
    27 
       
    28 /**
       
    29 * MLmkMapAndNavigationObserver class
       
    30 */
       
    31 class MLmkMapAndNavigationObserver
       
    32     {
       
    33     public: // New functions
       
    34         /**
       
    35         * Virtual method for handling map & navigation notifications.
       
    36         * This function is called when CLmkMapNavigationInterface receives
       
    37         * a notification regarding the landmark creation, it passes
       
    38         * the landmark id back to the observer.
       
    39         * @param aNewLmkItemId
       
    40         */
       
    41         virtual void HandleLmCreated(TPosLmItemId aNewLmkItemId) = 0;
       
    42     };
       
    43 
       
    44 #endif      // MLMKANDNAVIGATIONOBSERVER_H
       
    45 
       
    46 // End of File