Package org.eclipse.rap.rwt.service
Interface SettingStoreListener
public interface SettingStoreListener
Setting store listeners are notified when an attribute in the setting store has been changed
 (i.e. added, modified, removed).
 
- Since:
- 2.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidsettingChanged(SettingStoreEvent event) This method is invoked when an attribute in the setting store has been changed (i.e.
- 
Method Details- 
settingChangedThis method is invoked when an attribute in the setting store has been changed (i.e. added, modified, removed).- Parameters:
- event- an event object that contains details about the attribute change
 
 
-