00001 /* 00002 * ============================================================================ 00003 * Name : PtiObserver.h 00004 * Part of : PtiEngine 00005 * Description: MPtiObserver class definition. 00006 * Version: 00007 * 00008 * Copyright © 2003-2007 Nokia Corporation. 00009 * This material, including documentation and any related 00010 * computer programs, is protected by copyright controlled by 00011 * Nokia Corporation. All rights are reserved. Copying, 00012 * including reproducing, storing, adapting or translating, any 00013 * or all of this material requires the prior written consent of 00014 * Nokia Corporation. This material also contains confidential 00015 * information which may not be disclosed to others without the 00016 * prior written consent of Nokia Corporation. 00017 * ============================================================================ 00018 */ 00019 00020 #ifndef _PTI_OBSERVER_H 00021 #define _PTI_OBSERVER_H 00022 00028 class MPtiObserver 00029 { 00030 public: 00035 virtual void KeyTimerExpired() = 0; 00036 00042 virtual void LastWordInSelectionList() = 0; 00043 00049 virtual void FirstWordInSelectionList() = 0; 00050 }; 00051 00052 00053 // _PTI_OBSERVER_H 00054 #endif 00055 00056 // End of file