Interface GlobalSettingsListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterGlobalSettingsUpdated(GlobalSettings oldSettings, GlobalSettings newSettings)voidbeforeGlobalSettingsUpdated(GlobalSettings oldSettings, GlobalSettings newSettings)
-
-
-
Method Detail
-
beforeGlobalSettingsUpdated
void beforeGlobalSettingsUpdated(GlobalSettings oldSettings, GlobalSettings newSettings)
-
afterGlobalSettingsUpdated
void afterGlobalSettingsUpdated(GlobalSettings oldSettings, GlobalSettings newSettings)
-
-