iaupdate/IAD/ui/inc/iaupdatewaitdialogobserver.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
    21 #ifndef IAUPDATEDIALOGS_H
    21 #ifndef IAUPDATE_WAITDIALOG_OBSERVER_H
    22 #define IAUPDATEDIALOGS_H
    22 #define IAUPDATE_WAITDIALOG_OBSERVER_H
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 
    26 
    27 
    27 
    33 */
    33 */
    34 class MIAUpdateWaitDialogObserver
    34 class MIAUpdateWaitDialogObserver
    35     {
    35     {
    36     public:
    36     public:
    37         
    37         
    38         /**
    38     /**
    39         * This is called when the dialog is about to be closed.
    39     * This is called when the dialog is cancelled
    40         * @param aButtonId - Id of the button, which was used to cancel the dialog.
    40     */
    41         * @return ETrue, if it's ok to close the dialog, EFalse otherwise.
    41     virtual void HandleWaitDialogCancel() = 0;    
    42         */
       
    43         virtual TBool HandleDialogExitL( TInt aButtonId ) = 0;    
       
    44     };
    42     };
    45 
    43 
    46 
    44 
    47 #endif // IAUPDATEDIALOGS_H
    45 #endif // IAUPDATE_WAITDIALOG_OBSERVER_H
    48             
    46             
    49 // End of File
    47 // End of File