| Package | Description | 
|---|---|
| org.exoplatform.commons.api.settings | 
 Provides the API for the Setting service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SettingListener.onEvent(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when the setting service dispatches an event. 
 | 
abstract void | 
SettingListener.onRemoveContext(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when all setting properties in a context are removed. 
 | 
abstract void | 
SettingListener.onRemoveKey(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when a setting property is removed with a specified composite key (context, scope, key). 
 | 
abstract void | 
SettingListener.onRemoveScope(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when all setting properties in a scope are removed. 
 | 
abstract void | 
SettingListener.onSet(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when a new setting property is saved. 
 | 
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.