2 * Copyright (c) 2005, 2006 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: File contains an interface for a touch pane observer.
20 #ifndef AKNTOUCHPANEOBSERVER_H
21 #define AKNTOUCHPANEOBSERVER_H
23 // have been deprecated
28 * The MAknTouchPaneObserver interface allows a touch pane observer to pick up
29 * changes in the size or position of the touch pane. Such events will be as a
30 * result of layout changes which cause an actual change in the touch pane
33 class MAknTouchPaneObserver
38 * Handles a change in the size or position of touch pane.
39 * This function is called when touch pane changes its size or position.
41 virtual void HandleTouchPaneSizeChange() = 0;
45 #endif // AKNTOUCHPANEOBSERVER_H