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 Summary
Modifier and TypeMethodDescriptionvoid
settingChanged
(SettingStoreEvent event) This method is invoked when an attribute in the setting store has been changed (i.e.
-
Method Details
-
settingChanged
This 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
-