vmbx/vmbxengine/inc/mvmbxchangeobserver.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    30 /**
    30 /**
    31 *  Notifier for vmbx number/address changes
    31 *  Notifier for vmbx number/address changes
    32 *
    32 *
    33 *  @lib vmbxengine.lib
    33 *  @lib vmbxengine.lib
    34 *
    34 *
    35 *  @since S60 v5.2
       
    36 *
    35 *
    37 **/
    36 **/
    38 NONSHARABLE_CLASS ( MVmbxChangeObserver )
    37 NONSHARABLE_CLASS ( MVmbxChangeObserver )
    39     {
    38     {
    40 
    39 
    42 
    41 
    43    /**
    42    /**
    44     * Observer callback function which is called when
    43     * Observer callback function which is called when
    45     *sat refresh
    44     *sat refresh
    46     *
    45     *
    47     * @since S60 5.2
       
    48     **/
    46     **/
    49     virtual void SatRefreshL() = 0;
    47     virtual void SatRefreshL() = 0;
    50 
    48 
    51    /**
    49    /**
    52     * Observer callback function which is called when
    50     * Observer callback function which is called when
    53     *CenRep Key value changed
    51     *CenRep Key value changed
    54     *
    52     *
    55     * @param aId id related with the key of CenRep
    53     * @param aId id related with the key of CenRep
    56     * @since S60 5.2
       
    57     **/
    54     **/
    58     virtual void CenRepChangedL( TVmbxCenRepKey aId ) = 0;
    55     virtual void CenRepChangedL( TVmbxCenRepKey aId ) = 0;
    59 
    56 
    60    /**
    57    /**
    61     * Observer callback function which is called when
    58     * Observer callback function which is called when
    62     *sim store changed
    59     *sim store changed
    63     *
    60     *
    64     * @since S60 5.2
       
    65     **/
    61     **/
    66     virtual void SimStoreChangedL() = 0;
    62     virtual void SimStoreChangedL() = 0;
    67     };
    63     };
    68 
    64 
    69 #endif // M_VMBXCHANGEOBSERVER_H
    65 #endif // M_VMBXCHANGEOBSERVER_H