iaupdate/IAD/ui/inc/iaupdatewaitdialogobserver.h
changeset 77 d1838696558c
parent 75 2d2d25361590
child 80 9dcba1ee99f7
equal deleted inserted replaced
75:2d2d25361590 77:d1838696558c
     1 /*
       
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   This file contains the header file of the 
       
    15 *                MIAUpdateWaitDialogObserver class.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef IAUPDATE_WAITDIALOG_OBSERVER_H
       
    22 #define IAUPDATE_WAITDIALOG_OBSERVER_H
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32base.h>
       
    26 
       
    27 
       
    28 //  CLASS DECLARATIONS
       
    29 
       
    30 /**
       
    31 * A callback interface for handling common non modal dialog cancellation.
       
    32 * 
       
    33 */
       
    34 class MIAUpdateWaitDialogObserver
       
    35     {
       
    36     public:
       
    37         
       
    38     /**
       
    39     * This is called when the dialog is cancelled
       
    40     */
       
    41     virtual void HandleWaitDialogCancel() = 0;    
       
    42     };
       
    43 
       
    44 
       
    45 #endif // IAUPDATE_WAITDIALOG_OBSERVER_H
       
    46             
       
    47 // End of File