mmappfw_plat/harvester_collection_mediator_api/inc/mpxmoveobserver.h
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Move helper observer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MMPXMOVEOBSERVER_H
       
    20 #define MMPXMOVEOBSERVER_H
       
    21 
       
    22 /**
       
    23 * Observer to call back for move events.
       
    24 * @lib mpxcollectionmediator.dll
       
    25 */
       
    26 class MMPXMoveItemObserver 
       
    27     {
       
    28 public:
       
    29     /**
       
    30     * Handles the completion of the move event, just a proxy.
       
    31     	*@since 3.2.3
       
    32     * @param aErr error code for the operation
       
    33     */
       
    34     virtual void HandleMoveCompleteL( TInt aErr ) = 0;
       
    35     };
       
    36 
       
    37 #endif // MMPXMOVEOBSERVER_H