equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
54 * @param aError Error code |
54 * @param aError Error code |
55 */ |
55 */ |
56 virtual void RefreshUI() = 0; |
56 virtual void RefreshUI() = 0; |
57 |
57 |
58 /** |
58 /** |
|
59 Called when UI to be redrawn during update process |
|
60 * |
|
61 * @param aError Error code |
|
62 */ |
|
63 virtual void RefreshUIProgress() = 0; |
|
64 |
|
65 virtual void SetUpdatesRefreshing( TBool aRefreshing ) = 0; |
|
66 |
|
67 /** |
59 * Called when async update list refresh is completed |
68 * Called when async update list refresh is completed |
60 * |
69 * |
61 * @param aError Error code |
70 * @param aError Error code |
62 */ |
71 */ |
63 virtual void RefreshCompleteL( TBool aWithViewActivation, TInt aError ) = 0; |
72 virtual void RefreshCompleteL( TBool aWithViewActivation, TInt aError ) = 0; |