coreapplicationuis/SysAp/Src/gan/msysapganpropertyobserver.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:05:08 +0300
branchRCL_3
changeset 58 0818dd463d41
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  MSysApGanPropertyObserver class definition. This is a callback
*                interface from RProperty listener to client application.
*
*/

#ifndef MSYSAPGANPROPERTYOBSERVER_H_
#define MSYSAPGANPROPERTYOBSERVER_H_

class CSysApGanPropertyListener;

NONSHARABLE_CLASS( MSysApGanPropertyObserver )
    {
public:
    /**
     * Method is called when property value changes.
     * @param aPropertyListener Listener of the changed property.
     * @param aStatus Status of the event.
     */
    virtual void PropertyEvent( 
        CSysApGanPropertyListener& aPropertyListener, 
        TInt aStatus ) = 0;
    };

#endif /* MSYSAPGANPROPERTYOBSERVER_H_ */