uiservicetab/vimpstengine/inc/mvimpstenginesessioncntxtobserver.h
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
equal deleted inserted replaced
27:2b7283837edb 28:3104fc151679
     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:  Contact data container observer interface
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _MVIMPSTENGINESESSIONCNTXTOBSERVER_H
       
    21 #define _MVIMPSTENGINESESSIONCNTXTOBSERVER_H
       
    22 
       
    23 #include "tvimpstenums.h"
       
    24 
       
    25 class MXIMPContext;
       
    26 class MXIMPBase;
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31  *  Interface for forwarding the ximpfw events.
       
    32  *
       
    33  *  @lib vimpstengine.dll
       
    34  *  @since 5.0
       
    35  */
       
    36 	
       
    37 class MVIMPSTEngineSessionCntxtObserver
       
    38 {
       
    39 	
       
    40 	public:
       
    41 	    
       
    42 	    /**
       
    43 	    * Observer Event for forwarding the ximp events.
       
    44 	    * @param aContext - ximpfw context
       
    45 	    * @param aEvent - ximpfw event
       
    46 	    * @param aXimpOperation - XIMPOeration defined in tvimpstenums.h
       
    47 	    */ 
       
    48 	    virtual void HandleSessionContextEventL( const MXIMPContext& aContext, 
       
    49 	    								const MXIMPBase& aEvent,
       
    50 	    								TXimpOperation aXimpOperation = EVIMPSTXimpOperationNoOperation
       
    51 	    								) = 0;
       
    52 	    
       
    53 	    
       
    54 };
       
    55 
       
    56 #endif //_MVIMPSTENGINESESSIONCNTXTOBSERVER_H