2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Callback interface to the client.
19 #ifndef __MATEVENTCOMPLETEOBSERVER_H__
20 #define __MATEVENTCOMPLETEOBSERVER_H__
22 #include "ataudioeventconstants.hrh"
27 * Interface class for AudioEventAPI clients to inheritate.
29 * @lib ATSoundServerClient.lib
30 * @since Series 60 release 3.0
33 class MATEventCompleteObserver
38 * Callback function for client API to call.
40 virtual void Complete( TInt aError, TAudioThemeEvent aEvent ) = 0;
45 #endif // __MATEVENTCOMPLETEOBSERVER_H__