1 // Copyright (c) 2004-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.
14 // Internal interface for the ICL data loader to communicate with the
18 #ifndef ANIMATIONDATALOADEROBSERVER_H
19 #define ANIMATIONDATALOADEROBSERVER_H
23 /** Internal interface used by the ICL data loader to communicate with the
24 ICL data provider. Not intended for user derivation.
26 WARNING: Class for internal use ONLY. Compatibility is not guaranteed in future releases.
29 class MICLAnimationDataLoaderObserver
35 EImageConvertComplete,
38 IMPORT_C virtual void DataLoaderEventL(TDataLoaderEvent aMessage, TInt aError) = 0;
41 #endif // ANIMATIONDATALOADEROBSERVER_H