Interface SettingsStore
-
- All Known Implementing Classes:
InMemorySettingsStore
public interface SettingsStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalSettingsget()voidset(GlobalSettings newSettings)
-
-
-
Method Detail
-
get
GlobalSettings get()
-
set
void set(GlobalSettings newSettings)
-
-