classicui_pub/searchfield_api/tsrc/inc/testsdksfastobserver.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef C_TESTSDKSFASTOBSERVER_H
       
    19 #define C_TESTSDKSFASTOBSERVER_H
       
    20 
       
    21 #include <e32base.h>
       
    22 #include <aknsfld.h>
       
    23 
       
    24 class CTestSDKSFASTObserver : public CBase, public MAdaptiveSearchTextObserver
       
    25 {
       
    26 public:
       
    27     virtual ~CTestSDKSFASTObserver();
       
    28     CTestSDKSFASTObserver();
       
    29     //from MAdaptiveSearchTextObserver
       
    30 public: 
       
    31    /** 
       
    32     * Notification and handling of an adaptive search text change. 
       
    33     * 
       
    34     * @param aSearchField The source search field of this message. 
       
    35     */ 
       
    36     virtual void AdaptiveSearchTextChanged( CAknSearchField* aSearchField ); 
       
    37 };
       
    38 
       
    39 #endif /*C_TESTSDKSFASTOBSERVER_H*/