2 * Copyright (c) 2005-2007 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: Interface used for asynchronous content building for preview
20 #ifndef AKNPREVIEWPOPUPCONTENTPROVIDER_H
21 #define AKNPREVIEWPOPUPCONTENTPROVIDER_H
26 * Interface used for asynchronous content building for a preview popup.
31 class MAknPreviewPopUpContentProvider
33 public: // New functions
36 * Called by the preview popup controller when content building should be
39 virtual void StartContentBuildingL() = 0;
42 * Called by the preview popup controller if ongoing content building
43 * operation should be cancelled.
45 virtual void CancelContentBuilding() = 0;
48 #endif // AKNPREVIEWPOPUPCONTENTPROVIDER_H