merge with master
[apps/osp/Internet.git] / inc / IntISettingChangeListener.h
1 //\r
2 \r
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.\r
4 //\r
5 // Licensed under the Flora License, Version 1.0 (the License);\r
6 // you may not use this file except in compliance with the License.\r
7 // You may obtain a copy of the License at\r
8 //\r
9 //     http://floralicense.org/license/\r
10 //\r
11 // Unless required by applicable law or agreed to in writing, software\r
12 // distributed under the License is distributed on an AS IS BASIS,\r
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 // See the License for the specific language governing permissions and\r
15 // limitations under the License.\r
16 //\r
17 \r
18 //!Internet ISettingsChangeEventListener class\r
19 /*@file:        IntISettingsChangeEventListener.h\r
20  *@brief:       The %IntISettingsChangeEventListener\r
21  *\r
22  */\r
23 \r
24 #ifndef _INT_SETTINGS_CHANGE_LISTENER_H_\r
25 #define _INT_SETTINGS_CHANGE_LISTENER_H_\r
26 \r
27 /**\r
28  * @interface   IntISettingsChangeListener\r
29  * @brief               This interface implements the listener for Addressbar Events.\r
30  *\r
31  * The %IntIAddressbarEventListener interface is the listener interface for receiving the Addressbar events such as\r
32  * the event for clicking refresh,stoThis class defines HistoryListScene used define historyp loading etc.\r
33  *\r
34  */\r
35 class ISettingChangeEventListener\r
36         : public Tizen::Base::Object\r
37 {\r
38 public:\r
39         virtual ~ISettingChangeEventListener(void) {};\r
40         virtual void OnClearCache(void) = 0;\r
41         virtual void OnClearCookie(void) = 0;\r
42         virtual void OnSettingsChange(int settingvalue) = 0;\r
43         virtual void OnSettingsReset(void) = 0;\r
44 };\r
45 \r
46 #endif /* _INT_SETTINGS_CHANGE_LISTENER_H_ */\r