phoneplugins/csplugin/inc/mcsptimerobserver.h
changeset 65 2a5d4ab426d3
parent 21 92ab7f8d0eab
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2  * Copyright (c) 2006 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".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description:  Observer interface for getting notifes from CSPTimer
    14  * Description:  Observer interface for getting notifes from CSPTimer
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #ifndef MCSPTIMEROBSERVER_H
    18 #ifndef MCSPTIMEROBSERVER_H
    20 #define MCSPTIMEROBSERVER_H
    19 #define MCSPTIMEROBSERVER_H
    21 
    20 
    22 /**
    21 /**
    23  *  Observer for CSPTimer events.
    22  *  Observer for CSPTimer events.
    24  *
    23  *
    25  */
    24  */
    26 class MCSPTimerObserver
    25 class MCSPTimerObserver
    27     {
    26     {
    28 
       
    29 public:
    27 public:
    30 
       
    31     /**
    28     /**
    32      * Timer request has completed.
    29      * Indicates timer timeout event.
    33      *
       
    34      * @since S60 v3.1
       
    35      */
    30      */
    36     virtual void TimerEvent() = 0;
    31     virtual void TimerEvent() = 0;
    37 
       
    38     };
    32     };
    39 
    33 
       
    34 #endif // MCSPTIMEROBSERVER_H
    40 
    35 
    41 #endif // MCSPTIMEROBSERVER_H