public interface SettingsListener
extends java.util.EventListener
SettingsManager| Modifier and Type | Method and Description |
|---|---|
void |
settingsChanged(java.lang.String group,
java.lang.String key,
java.lang.Object newValue)
Called when settings with the specified group and key is changed.
|