emailservices/emailserver/cmailhandlerplugin/inc/fsnotificationhandlernotifierinitiatorobserver.h
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007 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 defines class MFSNotificationHandlerNotifierInitiatorObserver.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef M_FSNOTIFICATIONHANDLERNOTIFIERINITIATOROBSERVER_H
       
    21 #define M_FSNOTIFICATIONHANDLERNOTIFIERINITIATOROBSERVER_H
       
    22 
       
    23 
       
    24 /**
       
    25  *  Observer interface to observe notification completion callbacks
       
    26  *
       
    27  *  ?more_complete_description
       
    28  *  @code
       
    29  *   ?good_class_usage_example(s)
       
    30  *  @endcode
       
    31  *
       
    32  *  @lib ?library
       
    33  *  @since S60 ?S60_version *** for example, S60 v3.0
       
    34  */
       
    35 class MFSNotificationHandlerNotifierInitiatorObserver
       
    36     {
       
    37 
       
    38 public:
       
    39 
       
    40     /**
       
    41      * Informs instance of this observer/owner class that notification
       
    42      * showing has completed and that the initiator
       
    43      * can be removed.
       
    44      *
       
    45      * @param aInitiator Pointer to the initiator that has completed.
       
    46      */
       
    47     virtual void NotifierInitiatorDoneL(
       
    48         CFSNotificationHandlerNotifierInitiator* aInitiator ) = 0;
       
    49 
       
    50 protected:
       
    51 
       
    52     };
       
    53 
       
    54 
       
    55 #endif // M_FSNOTIFICATIONHANDLERNOTIFIERINITIATOROBSERVER_H