1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #ifndef REMCONBATTERYTARGETOBSERVER_H
23 #define REMCONBATTERYTARGETOBSERVER_H
27 enum TControllerBatteryStatus
37 Clients must implement this interface in order to instantiate objects of type
38 CRemConBatteryTarget. This interface passes incoming commands from RemCon to
41 class MRemConBatteryTargetObserver
45 A 'InformBatteryStatusOfCT' has been received.
46 @param aBatteryStatus The current battery status.
48 virtual void MrcbstoBatteryStatus(TControllerBatteryStatus& aBatteryStatus) = 0;
52 #endif // REMCONBATTERYSTATUSTARGETOBSERVER_H