00001 /* 00002 * ============================================================================ 00003 * Name : AknNaviObserver.h 00004 * Part of : Avkon 00005 * 00006 * Description: 00007 * 00008 * Version: 00009 * 00010 * Copyright © 2002 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * ============================================================================ 00020 */ 00021 // AKNNAVIOBSERVER.H 00022 // 00023 // Copyright (c) 2001 Symbian Ltd. All rights reserved. 00024 // 00025 00026 #if !defined(__AKNNAVIOBSERVER_H__) 00027 #define __AKNNAVIOBSERVER_H__ 00028 00029 class MAknNavigationObserver 00030 { 00031 public: 00032 enum TAknNavigationEvent 00033 { 00035 ENaviEventHandleNavigation = 0x0010, 00037 ENaviEventLeftMostItemReached, 00039 ENaviEventRightMostItemReached, 00041 ENaviEventOneItemExists, 00043 ENaviEventRedrawNeeded, 00045 ENaviEventAlreadyLeftmostItem, 00047 ENaviEventAlreadyRightmostItem 00048 }; 00049 }; 00050 00051 // __AKNNAVIOBSERVER_H__ 00052 #endif