00001 /* 00002 * ============================================================================== 00003 * Name : aknpreviewpopupcontentprovider.h 00004 * Part of : UI Framework Core / Avkon 00005 * Description : Interface used for asynchronous content building for preview 00006 * popup. 00007 * Version : 1.0 00008 * 00009 * Copyright © 2005-2007 Nokia. All rights reserved. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia. All rights are reserved. Copying, including 00013 * reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia. 00018 * ============================================================================== 00019 */ 00020 00021 #ifndef AKNPREVIEWPOPUPCONTENTPROVIDER_H 00022 #define AKNPREVIEWPOPUPCONTENTPROVIDER_H 00023 00024 // CLASS DECLARATION 00025 00032 class MAknPreviewPopUpContentProvider 00033 { 00034 public: // New functions 00035 00040 virtual void StartContentBuildingL() = 0; 00041 00046 virtual void CancelContentBuilding() = 0; 00047 }; 00048 00049 // AKNPREVIEWPOPUPCONTENTPROVIDER_H 00050 #endif 00051 00052 // End of File