2 * Copyright (c) 2005 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.
15 * Interface class for titlepane. This observer is used
16 * by applications to observe when title pane has been actioned.
22 #ifndef AKNTITLEPANEOBSERVER_H
23 #define AKNTITLEPANEOBSERVER_H
27 class MAknTitlePaneObserver
30 enum TAknTitlePaneEvents
37 * HandleTitlePaneEventL is used in observers to handle title pane events.
39 * @param aEventID TAknTitlePaneEvents type title pane event
41 virtual void HandleTitlePaneEventL( TInt aEventID ) = 0;
44 #endif // AKNTITLEPANEOBSERVER_H