voicerecorder/RecViewSrc/MVRStateInfoObserver.h
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 /*
       
     2 * Copyright (c) 2006 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:  
       
    15 * This class can be used to observe changes that has been happened in
       
    16 * CVRStateInfoPanel class 
       
    17 *
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef __MVRSTATEINFOOBSERVER_H__
       
    23 #define __MVRSTATEINFOOBSERVER_H__
       
    24 
       
    25 // CLASS DEFINITION
       
    26 /**
       
    27 * This class can be used to observe changes that has been happened in
       
    28 * CVRStateInfoPanel class 
       
    29 */
       
    30 class MVRStateInfoObserver 
       
    31 	{
       
    32 	public: // new methods
       
    33 
       
    34 		/**
       
    35 		* Returns the current progress bar position value
       
    36 		* @return Position value
       
    37 		*/
       
    38 		virtual TInt ProgressBarPosition() const = 0;
       
    39 		
       
    40 	};
       
    41 
       
    42 #endif // __MVRSTATEINFOOBSERVER_H__
       
    43 
       
    44 // End of File