00001 /* 00002 * ============================================================================== 00003 * Name : AknTouchPaneObserver.h 00004 * Part of : EikStd / EikCoCtl 00005 * Interface : UI Framework / Touch pane API 00006 * Description : File contains an interface for a touch pane observer. 00007 * Version : %version: e003sa01#3 % 00008 * 00009 * Copyright © 2005, 2006 Nokia. All rights reserved. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia. All rights are reserved. Copying, including 00013 * reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia. 00018 * ============================================================================== 00019 */ 00020 00021 00022 #ifndef AKNTOUCHPANEOBSERVER_H 00023 #define AKNTOUCHPANEOBSERVER_H 00024 00025 // CLASS DECLARATION 00026 00033 class MAknTouchPaneObserver 00034 { 00035 public: 00036 00041 virtual void HandleTouchPaneSizeChange() = 0; 00042 00043 }; 00044 00045 // AKNTOUCHPANEOBSERVER_H 00046 #endif 00047 00048 // End of file 00049